On Wed, Sep 3, 2014 at 3:40 PM, Geovani de Souza <[email protected]>
 wrote:

> There is any way to make PouchDB <http://pouchdb.com/> compatible with
> GAE API Endpoints or Datastore?
>


Yes. PouchDB syncs using the CouchDB replication protocol
<http://couchdb.readthedocs.org/en/latest/replication/protocol.html>, so
you could write your own Endpoints application to route requests
appropriately and save documents to the datastore.

Alternately, you can use the CouchDB Docker image (
https://github.com/docker/docker/wiki/Public-docker-images#apache-couchdb )
and install it onto a Compute Engine machine:
https://developers.google.com/compute/docs/containers. From there you can
have your client PouchDB instances sync to the Compute Engine machine.


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

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

Reply via email to