PouchDB/CouchDB like alternative for MongoDB
Asked Answered
F

1

7

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...

Finical answered 1/12, 2014 at 9:26 Comment(4)
After searcing Goolge for "Client Sync" google.co.uk/… I am not exactly sure what you mean. Can you put your question into terms that we would understand? Maybe explain your position and what you wantLainelainey
@Lainelainey PouchDB is a client-side library that syncs with CouchDB on the server-side. I'm looking for something similar for my client-size app, but for MongoDB on the server-side.Finical
Minimongo is what your looking for: github.com/mWater/minimongoLainelainey
possible duplicate of Using PouchDB with MongoDBMammiemammiferous
R
2

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.

Rozanneroze answered 2/6, 2015 at 0:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.