Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Syncing or integrating with existing PostgreSQL database #122

Open
rrjanbiah opened this issue Dec 12, 2019 · 4 comments
Open

Syncing or integrating with existing PostgreSQL database #122

rrjanbiah opened this issue Dec 12, 2019 · 4 comments

Comments

@rrjanbiah
Copy link

Are there any recommended approach to sync with PostgreSQL? IOW, how do people using Blast integrate it with their existing PostgreSQL systems?

@mosuka
Copy link
Owner

mosuka commented Dec 13, 2019

Basically, send PostgreSQL data to Blast and index it. I haven't heard of Blast use cases yet.

@rrjanbiah
Copy link
Author

@mosuka Thank you so much for your reply. Hopefully debezium along with Kafka will help for real time sync.

@joeblew99
Copy link

The other more scalable way is to use CDC on the SQL database

The change feed can then be used to update blast.

This is the pattern typically used because you can then update a myriad of systems when the data in the dB mutates
It also means that you respect the transactions in the DB being committed or rollbacked

@rrjanbiah
Copy link
Author

@joeblew99 Thanks for sharing your ideas. For Postgres, do you know any solution other than debezium ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants