[erlang-questions] REST interface to mnesia

Kevin Smith kevin@REDACTED
Wed Aug 31 16:09:35 CEST 2011


How important is queryability? Would you want to use qlc, SQL, MapReduce, or something else to write the queries?

--Kevin
On Aug 31, 2011, at 4: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
> 
> /Joe
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list