is it possible to use REST to insert data into the bucket? What I found is you can manage the bucket, manage/use the view code by REST.
Hello,
Couchbase server does not expose, today, a REST interface to insert data.
You can create your own using one of the SDK ( Couchbase for Developers ) or use the NGINX plugin : GitHub - couchbaselabs/couchbase-nginx-module: The module for nginx webserver to access Couchbase Server
Also we are currently working on a REST interface you can find the proposal here:
http://www.couchbase.com/wiki/display/couchbase/Design+of+REST+interface+to+Couchbase+NGINX+module
Regards
Tug
@tgrall