Mochiweb to Scalaris example

July 26, 2008

I’ve created a simple HTTP interface with MochiWeb that allows you to read and write key/Value pairs to Scalaris. The REST “like” interface is very simple:

To write, send a request to: “http://localhost:8002/scalaris/write” with the parameters key=”your_key”, value=”your_value”

To read, “http://localhost:8002/scalaris/read” with the parameters key=”your_key”

The code uses a gen_server process that makes an rpc:call to the Scalaris API.

You can check out the code here: mochiweb-scalaris

How Scalaris stores your data

July 26, 2008

Getting started with Scalaris

July 25, 2008

First Look at Scalaris on OS X 10.5

July 25, 2008