PouchDB/CouchDB like alternative for MongoDB

走远了吗. 提交于 2021-02-07 07:19:48

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/27225233/pouchdb-couchdb-like-alternative-for-mongodb

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!