I have been working on a habit tracking app
<https://github.com/wholcomb/habit_tracker> to run on a mobile device. I
did a version in Android's java api about a year ago.

I wanted to analyse the aggregate data, but syncing sqlite with postgres
was a major pain, so I decided to port to Ember.js backed by Couchbase-Lite
to run in Cordova.

I did some work a few months ago and left it for a while. When I stopped,
the app used the CouchDB Ember-Data adapter, and was successfully returning
data both mobily and in a browser.

I've recently gotten back into the project, and it looks like with
Couchbase 3 the REST API isn't accessible to developers, so I can no longer
use Ember-Data to abstract the data model.

Is this correct?

-☮W

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to