Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey folks...this is a Change Data Capture solution for PostgreSQL that loosely-couples very nicely with Talend Open Studio. It does NOT use triggers to track changes to tables...instead, it uses PostgreSQL internals and a sampling algorithm. Changed rows are presented to TOS via views...TOS simply selects from the views to get changed rows from the source, then performs UPDATE/INSERT or INSERT/UPDATE data actions on the target. No schema modifications are necessary at the source, PostgresCDC is completely transparent.
Here's the URL for the open-source package and documentation:
http://pgfoundry.org/projects/postgrescdc
Give it a try, and if you like it, please post feedback so I can continue to improve it.
Dave
Hey folks...this is a Change Data Capture solution for PostgreSQL that loosely-couples very nicely with Talend Open Studio. It does NOT use triggers to track changes to tables...instead, it uses PostgreSQL internals and a sampling algorithm. Changed rows are presented to TOS via views...TOS simply selects from the views to get changed rows from the source, then performs UPDATE/INSERT or INSERT/UPDATE data actions on the target. No schema modifications are necessary at the source, PostgresCDC is completely transparent.
Here's the URL for the open-source package and documentation:
Give it a try, and if you like it, please post feedback so I can continue to improve it.
Dave
Hi Dave,
I am interested in trying your solution, I downloaded the sql script, but I not able to get the documentation. (It gives me some server error, and it does for several days now). Anyway, I wonder, if you could post the documentation in some form (attachment maybe) here at this forum.
Thanks and Regards,
Sooraj Goel