[erlang-questions] REST interface to mnesia

Loïc Hoguin essen@REDACTED
Wed Aug 31 10:46:10 CEST 2011


On 08/31/2011 10:35 AM, Joe Armstrong wrote:
> I want a resident Erlang database that always runs on my machine.
> When I boot the system it's always running (like mySQL etc.)
> 
> I want to be able to access it from any programming language.
> 
> What I'd like
> 
>    1) You install X
>         X might be erlang + mnesia + REST interface to mnesia
>    2) X runs forever
>    3) You manage X create tables etc via a web interface
>         or via REST commands or through a native-erlang interface
>    4) You populate the tables via REST commands
>         or through a native-erlang interface

Riak has a REST interface.

-- 
Loïc Hoguin
Dev:Extend



More information about the erlang-questions mailing list