gaara87
gaara87

Reputation: 2077

Oracle database mobile server vs Couchdb

Solely looking at it from a mobile database point of view which is going to synchronize with a remote server,assuming it doesn't really matter if it is relational db or NoSQL,

what would be the better option to go along with?

Client platform is android

Upvotes: 2

Views: 535

Answers (2)

Eric Jensen
Eric Jensen

Reputation: 433

I want to point out that Oracle Database Mobile Server also makes the data available offline, that's what it's designed to do. In addition to syncing your mobile database, it also offers device mgmt. For more info:

http://www.oracle.com/technetwork/products/database-mobile-server/overview/index.html

I've not used the Couchbase solution, but I do know some of the team over there, and they seem like very smart people.

What it comes down to: if you want/need an Oracle backend, then you should use Oracle Database Mobile Server. If you want to experiment with NoSQL, then Couchbase would be the way to go.

Eric Jensen, Oracle PM

Upvotes: 1

Ghost
Ghost

Reputation: 3966

My vote would be for CouchDB.. The reason being, as NoSQL, it has good number of advantages. More than anything, you can make the user's data available offline.

Just in case you want further info on usage of CouchDB, I would like to request/suggest you to go through this, this and this.

Upvotes: 1

Related Questions