[erlang-questions] Mnesia
Nitin Verma
nitin.matrix@REDACTED
Mon Apr 23 08:14:01 CEST 2007
no problems, its ok.
I want to test using Mnesia inplace of Postgres as we have disk
constraints --- we can afford MVCC.
To do this I'll have to write a JDBC drive, or change the application
to use functional language query style. Later maynot be acceptable to
the client.
On 4/23/07, Scott Lystig Fritchie <fritchie@REDACTED> wrote:
> >>>>> "nv" == Nitin Verma <nitin.matrix@REDACTED> writes:
>
> nv> Scott ... can you please share that with me.
>
> Unfortunately, no, I cannot do so. That application was developed for
> my employer and is not under an open source kind of license.
>
> However, it really is quite easy to create an interface using SOAP or
> JSON to interface to Mnesia. The only complexity is how much advanced
> Mnesia features do you want to expose via that interface? If you only
> need simple key-value store/lookup/delete, SOAP or JSON would be very
> quick.
>
> -Scott
>
More information about the erlang-questions
mailing list