TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Have you ever set up two-way data syncs? What did you use?

6 点作者 vinarun超过 2 年前
Hey HN, asking for help from my fellow data engineering community! Between what two systems have you ever needed a two-way data sync?<p>For example, I’ve seen some devs wanting it to connect databases to tools like Airtable. But are there other tools &#x2F; use cases that you’ve seen? I’ve heard of Mulesoft and Piesync but those seem overly expensive for these use cases

2 条评论

twunde超过 2 年前
The main advice with two way data syncing is to ensure that you&#x27;ve mapped out the data flows and make sure that it&#x27;s clear which system needs to be updated to update data. I once worked on a PHP monolith that worked with a vendor .net system where because the data flows were incorrect, would routinely overwrite data changes, especially for fixed&#x2F;updated changes. We eventually did a large project which fixed the data flows and cut the number of complaints to 20-30% of the original volume.<p>How you set up these syncs really depends on the ingest&#x2F;egress options for the systems in question. Are you pulling data directly from a db? Do you need apis? Etc
评论 #33900478 未加载
评论 #33887831 未加载
sargstuff超过 2 年前
search engine topic &quot;two-way data syncing&quot; brings up quite a few listings (with additional search subject area suggestions such as software &amp; best practices)<p>lot of differences between &#x27;real time&#x27; and &#x27;off line&#x27; data syncing. aka banking business hours changes vs. nightly book keeping.