https://github.com/orgs/dgraph-io/discussions/9553
Hi friends
I want to connect dgraph & typesense on top of Yugabyte.
so i need to sync them.
I want an easy simple way. ChatGPT gave me 2 choices:
-
Create a event log table & a outbox table. Every second a few workers sync over the data (i need to be careful with idempotency). 1x per day a worker re-verifies the data is correct through the event log
-
Apache Kafka. Seems like the „clean“ route. Requires more setup (and money), but i‘m totally willing to do this for a clean working out-of-the-box solution to not create a bloody mess
-
Is https://sequinstream.com/ supported with yugabyte? According to ChatGPT it does NOT support yugabyte
Anyone here has a clue? I work with SQL/Webdev for over 10 years now but it has been simple stuff so far. Syncing seems like a major task. So i dont want to rely on chatgpt on this one and rather follow a real human advice