Couchbase 2.0 Released
couchbase.com
Couchbase 2.0 Released
1–10 of 17 posts
Re: Couchbase 2.0 Released
#2Can someone from Couchbase or someone familiar with their plans please confirm the points here:
http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase...
Specifically these points:
* Basic data storage operations must use the memcached API.
* However, the HTTP REST API for basic CRUD operations must be updated to use the memcached protocol.
It seems that the couchdb REST API is no longer supported. Was that due to resource constraints in getting 2.0 shipped or is it an intentional design decision to not support this?
Re: Couchbase 2.0 Released
#3It's an interesting release.. I had been tinkering with the beta. Oddly enough (considering the name) to me it seems really more tempting as a replacement for memcached than for couchdb. Can someone from Couchbase or someone familiar with their plans please confirm the points here: http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase... Specifically these points: * Basic data storage operations must use the m…
Re: Couchbase 2.0 Released
#4It's an interesting release.. I had been tinkering with the beta. Oddly enough (considering the name) to me it seems really more tempting as a replacement for memcached than for couchdb. Can someone from Couchbase or someone familiar with their plans please confirm the points here: http://www.couchbase.com/docs/couchbase-manual-2.0/couchbase... Specifically these points: * Basic data storage operations must use the m…
It wasn't about resource constraints; it that we felt going after distributed deployments and having the speed to keep up with application demands (mostly driven by CRUD) was important. That's what devs and ops people kept telling us they'd need.
Re: Couchbase 2.0 Released
#5Do you know if a client for the Go language will be released?
edit: Sorry, I see there's a Go client as a community SDK.
Re: Couchbase 2.0 Released
#6Re: Couchbase 2.0 Released
#7Re: Couchbase 2.0 Released
#8I was looking into CouchDB a while back and loved its concepts but then it became an apache project and there was couchone and membase and coucbase and i lost track of that is happening in the community.
In short: Is Couchbase somewhat like the next CouchDB? Does it still use HTTP/JS everywhere? I loved the fact that i could stay in JS/HTTP/HTML in CouchDB, query CouchDB directly from the browser and even build a whole website in that system. Now it looks like there are a lot of client libraries again, Is this not HTTP anymore?
Re: Couchbase 2.0 Released
#9Can someone explain to me in a few words what the difference is now between CouchDB, Membase, Couchbase? I was looking into CouchDB a while back and loved its concepts but then it became an apache project and there was couchone and membase and coucbase and i lost track of that is happening in the community. In short: Is Couchbase somewhat like the next CouchDB? Does it still use HTTP/JS everywhere? I loved the fact t…
No, CouchBase shares very little with CouchDB, CouchDB retains the HTTP API and the original replication abilities.
CouchBase drops the HTTP for the Memcached API and adds speed + clustering.
If you want to look at what the 'next couchdb' looks like, look at BigCouch.
Re: Couchbase 2.0 Released
#10Can someone explain to me in a few words what the difference is now between CouchDB, Membase, Couchbase? I was looking into CouchDB a while back and loved its concepts but then it became an apache project and there was couchone and membase and coucbase and i lost track of that is happening in the community. In short: Is Couchbase somewhat like the next CouchDB? Does it still use HTTP/JS everywhere? I loved the fact t…
Membase does not exists, it was renamed to Couchbase Server. It used to be CoucbDB + Memcache, which seems like a strange combo to me, but I haven't tried it. Also, I guess it has evolved since then. According to wikipedia: "It has a separate and independent community, provides a very different set of capabilities, and supports very different use cases".
CouchDB still looks interesting, it "more different" than many of the other nosql databases. But you might have a hard time building Facebook with it: https://lists.ubuntu.com/archives/ubuntu-desktop/2011-Novemb...
For me, that's not an issue :) Also, the release notes says it has a "new replicator", so ..
http://en.wikipedia.org/wiki/Couchbase_Server http://en.wikipedia.org/wiki/CouchDB