Is there a Couchbase client for Pharo? If it there is one it isn't listed in the clients list (http://www.couchbase.com/communities/all-client-libraries). Regards! Esteban A. Maringolo
I've used this one in Pharo (at least, on Pharo 2.0): http://www.squeaksource.com/SCouchDB.html -cbc On Tue, Mar 18, 2014 at 3:48 PM, Esteban A. Maringolo <emaringolo@gmail.com>wrote:
Is there a Couchbase client for Pharo?
If it there is one it isn't listed in the clients list (http://www.couchbase.com/communities/all-client-libraries).
Regards!
Esteban A. Maringolo
I don't know the exact difference between the clients of Couchbase and CouchDB. I know Couchbase forked from CouchDB, and the REST API is the same. Hopefully the CouchDB client will work. Thank you! Esteban A. Maringolo 2014-03-18 20:01 GMT-03:00 Chris Cunningham <cunningham.cb@gmail.com>:
I've used this one in Pharo (at least, on Pharo 2.0): http://www.squeaksource.com/SCouchDB.html
-cbc
On Tue, Mar 18, 2014 at 3:48 PM, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
Is there a Couchbase client for Pharo?
If it there is one it isn't listed in the clients list (http://www.couchbase.com/communities/all-client-libraries).
Regards!
Esteban A. Maringolo
On Tue, Mar 18, 2014, at 07:06 PM, Esteban A. Maringolo wrote:
I don't know the exact difference between the clients of Couchbase and CouchDB.
I know Couchbase forked from CouchDB, and the REST API is the same. Hopefully the CouchDB client will work.
It probably won't. Couchbase's protocol is basically memcache (and you can indeed use a memcache library to talk to Couchbase in a pinch), whereas CouchDB uses a REST protocol over HTTP. I know there used to be at least one memcache client on Squeaksource; I'd probably see if it's migrated to SmalltalkHub or similar. --Benjamin
I am using http://www.squeaksource.com/memcached.html in Pharo On 20 Mar 2014, at 15:36, Benjamin Pollack <benjamin@bitquabit.com> wrote:
On Tue, Mar 18, 2014, at 07:06 PM, Esteban A. Maringolo wrote:
I don't know the exact difference between the clients of Couchbase and CouchDB.
I know Couchbase forked from CouchDB, and the REST API is the same. Hopefully the CouchDB client will work.
It probably won't. Couchbase's protocol is basically memcache (and you can indeed use a memcache library to talk to Couchbase in a pinch), whereas CouchDB uses a REST protocol over HTTP. I know there used to be at least one memcache client on Squeaksource; I'd probably see if it's migrated to SmalltalkHub or similar.
--Benjamin
participants (4)
-
Benjamin Pollack -
Chris Cunningham -
Esteban A. Maringolo -
Sven Van Caekenberghe