Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PouchDB/CouchDB like alternative for MongoDB

I'm amazed by the sync capabilities of Pouch and Couch DB, but I'm looking for for an alternative that will let me use my MongoDB databases for client-sync. Is there such thing?

If there is, I'd like to hear your experience with it, what should I be aware of, if there are any catches, etc...

like image 340
alexandernst Avatar asked Dec 01 '14 09:12

alexandernst


1 Answers

Minimongo is specifically what you are looking for. It was originally developed as part of the excellent Meteor framework, but it can now be used independently to get the local db store and synchronization with a remote db, all using Mongo api.

like image 141
GaryM Avatar answered Nov 11 '22 20:11

GaryM