0

I have a cluster of nodes using OrientDB distributed database and I would like to be possible to make querys against this database with Android terminal using Couchbase Lite. Could be possible make sincronitation using Couch Sync Gateway? I would not like use the OrientDB Http API.

Thanks in advance

Jose A Lopez Pastor
  • 337
  • 2
  • 4
  • 16

1 Answers1

0

The Couchbase Sync Gateway currently can only work against Couchbase Server. Couchbase Lite is just the local NoSQL DB, so probably all of the included sync APIs that are meant to sync with the Sync Gateway would be of little use to you with that OrientDB backend.

NoSQLKnowHow
  • 4,449
  • 23
  • 35
  • I am working with some methods of the API using Webhooks and integrating then in a OSGI/Karaf nodes with OrientDB databases. Using webhooks it is the only way to read/write from/to OrientDB from CouchSync I think. – Jose A Lopez Pastor Nov 03 '15 at 22:45