You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: