Data sync solution?

Posted by user321088 on Stack Overflow See other posts from Stack Overflow or by user321088
Published on 2010-04-20T08:24:40Z Indexed on 2010/04/20 8:33 UTC
Read the original article Hit count: 366

For some security issues I'm in an envorinment where third party apps can't access my DB. For this reason I should have some service/tool/script (dunno what yet... i'm open to the best option, still reading to see what I'm gonna do...) which enables me to generate on a regular basis(daily, weekly, monthly) some csv file with all new/modified records for a certain application.

I should be able to automate this process and also export at any time a new file. So it should keep track for each application which records he still needs.

Each application will need some data in some other format (csv/xls/sql), also some fields will be needed for some application and some aren't... It should be fairly flexible...

What is the best option for me? Creating some custom tables for each application? Based on that extracting modified data?

© Stack Overflow or respective owner

Related posts about synchronization

Related posts about sync