[erlang-questions] Mnesia

Hakan Mattsson hakan@REDACTED
Mon Apr 23 09:25:01 CEST 2007


On Sun, 22 Apr 2007, Scott Lystig Fritchie wrote:

SLF> Date: Sun, 22 Apr 2007 21:03:57 -0500
SLF> From: Scott Lystig Fritchie <fritchie@REDACTED>
SLF> To: Nitin Verma <nitin.matrix@REDACTED>
SLF> Cc: erlang-questions@REDACTED
SLF> Subject: Re: [erlang-questions] Mnesia
SLF> 
SLF> >>>>> "nv" == Nitin Verma <nitin.matrix@REDACTED> writes:
SLF> 
SLF> nv> Scott ... can you please share that with me.
SLF> 
SLF> Unfortunately, no, I cannot do so.  That application was developed for
SLF> my employer and is not under an open source kind of license.
SLF> 
SLF> However, it really is quite easy to create an interface using SOAP or
SLF> JSON to interface to Mnesia.  The only complexity is how much advanced
SLF> Mnesia features do you want to expose via that interface?  If you only
SLF> need simple key-value store/lookup/delete, SOAP or JSON would be very
SLF> quick.

The mnesia_session application has that kind of
interface for access via Corba. It does not win any
beauty contest, but I suppose that all functions in
that interface would easy to map to SOAP, JSON or
whatever protocol that you need to support.

/Håkan


More information about the erlang-questions mailing list