RSS

Recent news

How Scalaris stores your data

Dave Bryson - daveb - July 27, 2008

After installing Scalaris, running a few nodes, and playing with the API, I wanted to figure out how it actually stores the data. Using this diagram: supervisor.pdf I tracked down the source in the file cs_db_otp.erl ( the db was the obvious clue). The database…

More (0 comments)

Getting started with Scalaris

Dave Bryson - daveb - July 26, 2008

After installing Scalaris earlier today, I couldn’t help but jump into the code to see how things work.  The users guide shows how to use the Java API and there are some nice examples. But as far as Erlang goes, I couldn’t find any information.…

More (0 comments)

First Look at Scalaris on OS X 10.5

Dave Bryson - daveb - July 25, 2008

I’ve been itching to try out Scalaris since it hit Google code. Well, I finally got the chance today.  Why am I so excited about it? Two reasons: 1) I’ve been playing with my own Erlang version of Amazon SQS I built and would like…

More (0 comments)

Using ErlyWeb templates with MochiWeb

Dave Bryson - daveb - May 06, 2008

Here’s a very simple way to add dynamic templates (views) to a MochiWeb based web front-end.  I wouldn’t want to build an entire web application this way, but it’s a quick way to add a simple web interface to your Erlang application. First I pulled…

More (0 comments)

 <  1 2