Ask HN: Have you ever set up two-way data syncs? What did you use?
Hey HN, asking for help from my fellow data engineering community! Between what two systems have you ever needed a two-way data sync?
For example, I’ve seen some devs wanting it to connect databases to tools like Airtable. But are there other tools / use cases that you’ve seen? I’ve heard of Mulesoft and Piesync but those seem overly expensive for these use cases
4 comments
[ 2.5 ms ] story [ 18.3 ms ] threadlot of differences between 'real time' and 'off line' data syncing. aka banking business hours changes vs. nightly book keeping.
How you set up these syncs really depends on the ingest/egress options for the systems in question. Are you pulling data directly from a db? Do you need apis? Etc