I have a Desktop application, which is built using Electron. Lets say, this application, runs offline most of the time. and I want to sync the data with the cloud database ( couchbase). I would like to know, which NoSQL database will be suitable for this application.
Asked
Active
Viewed 699 times
2
-
2Couchbase is a NoSQL DB so I am not sure I understand your question. – Laurent Doguin Jun 06 '16 at 09:56
-
There are two DB, one is couchbase ( hosted in main server), other is "XXX" DB which is hosted in client side. Now, i want to choose "XXX" DB such that, it'l' be easy to sync with couchbase ( hosted in main server). – ravindar Jun 06 '16 at 13:29
-
1On client side you can use the Sync Gateway's REST API. Or Pouch DB, or Couchbase lite. – Laurent Doguin Jun 06 '16 at 16:58
-
I'm using angular and couchbase lite doesnt have support for angular. PouchDB is one option. can we use sync gateway REST API as client DB? – ravindar Jun 07 '16 at 09:16
-
Yes you can absolutely do that. – Laurent Doguin Jun 08 '16 at 10:23
-
Also to mention RxDB https://github.com/pubkey/rxdb – pubkey Jan 11 '19 at 13:43