Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative to stampede #234

Open
nposystems opened this issue Mar 12, 2023 · 1 comment
Open

Alternative to stampede #234

nposystems opened this issue Mar 12, 2023 · 1 comment

Comments

@nposystems
Copy link

Hi,

We are currently using stampede to replicate MongoDB data to PostgreSQL for BI and reporting purposes.
We want to upgrade our MongoDB and stampede is no longer under maintenance.

What solution you guys are using?

@ahachete
Copy link
Contributor

Hi @nposystems

I'm sorry that Stampede, not being maintained anymore, won't support your upgraded MongoDB version.

Maybe one option is to use Debezium connector for MongoDB to ship the changes to Kafka; then writing a Kafka processor to turn them into the relational structure you are using; and finally using the Kafka JDBC Connector to write it to Postgres.

It's not a trivial amount of effort, but may fill your needs.

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

No branches or pull requests

2 participants