On Fri, Jun 10, 2016 at 08:18:51AM -0700, Todd Blanchard wrote:
> 'NoSQL' covers a lot of ground.

Excerpted from an old blog post of mine:

Riak:

- Runar Jordahl's 
[EpigentRiakInterface](http://squeaksource.com/EpigentRiakInterface).
- Goran Krampe's fork, [Phriak](http://www.smalltalkhub.com/#!/~gokr/Phriak).

HBase runs on JVM. It supports a RESTful HTTP API, 
[Thrift](http://thrift.apache.org/), and 
a Java API. The first is probably the easiest way to write a Smalltalk 
interface.

MongoDB:

- Esteban Lorenzano's [Voyage](http://smallworks.com.ar/web/projects/voyage) is 
an object 
persistence layer that works with MongoDB. 
- [MongoTalk](http://www.squeaksource.com/MongoTalk/), by Kent Beck and others.

CouchDB:

- [SCouchDB](http://squeaksource.com/SCouchDB/) by Igor Stasenko. 
- [SCouchDBViewServer](http://ss3.gemstone.com/ss/SCouchViewServer.html), by 
Jesus Mari Aguirre, 
a fork and superset that includes other functionality.



Reply via email to