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

Liberating your data in real-time with the MongoDB oplog #7

Open
taterbase opened this issue Sep 3, 2014 · 2 comments
Open

Liberating your data in real-time with the MongoDB oplog #7

taterbase opened this issue Sep 3, 2014 · 2 comments

Comments

@taterbase
Copy link

/me runs and hides for suggesting a MongoDB talk

Seriously though, MongoDB is a great option for a datastore but not always the right tool for every job. I've been working on some tooling to take advantage of MongoDB's oplog to make it easy to keep any other datastore in sync instead of being forced to do large imports on an interval. It would be fun to explore what this flexibility can provide when we can store data in multiple use-case specific databases (elasticsearch, dat, etc...) but only worry about writing to one. ¯_(ツ)_/¯

@mikeal
Copy link
Member

mikeal commented Sep 3, 2014

i've actually always wondered if there was a decent way to do outbound replication from mongo.

@aychtang
Copy link

@taterbase Recommend also checking out Meteor's work on converting the oplog to DDP which covers similar use cases if you haven't already.

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

3 participants