I just want a NoSql database for my new android app. Clients will just get a bit of data stored in remote server, they don't need to save it at all, since the data stored in the server is too big for a mobile device...
I prefer NoSql to let users reach data quickly where they may be searching different data types together..
I found Couchbase which works both on mobile device and remote server (Couchbase Lite & Server). But found that it is mostly used for P2P apps.
Isn't Couchbase useful for non-sync apps, or can I use it without "Sync Gateway", just use it like a traditional server, where clients send request and get answered?
Or any other database systems proper for me?