couchdb - Pull and Push Replication from Couchbase local Server to Android Phone -


I develop and use the Android app that uses DB. I am new to sofa db. I have installed a sofa server locally as given in this manual and using a web console adds a document to the database, but I am not able to drag or push the emulator from the coaches to the server.

This is the URL from which I am dragging or pushing locally

  http://10.0.2.2: 884 / _utils / database.html? TestDB < / code>  

Can someone tell me how this is how I will be able to push a document on the database created on the server.

Couchbase and couchdb are separate products. The URL you are referring to in your query is a CouchDB URL. If you want to go to the web UI in Couchbase, you should go to the address given below.

http: //10.0.2.2:8091

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -