I started a thread on the CouchDB discussions asking if an Erlang
interface fits into their plans:

http://groups.google.com/group/couchdb/browse_thread/thread/4eb02e17712a09f7

Using ErlyWeb (Erlang) to talk to CouchDB (Erlang) in the same Erlang
Cluster,
would be best implemented by exposing an Erlang API for CouchDB.

The Erlang API could even use REST semantics:
{put,"/some/key",{some,value}}

The CouchDB views could also be done in Erlang:
fun(DOC)->map(null,DOC) end.

Talk about massively concurrent map-reduce!


On Oct 28, 10:35 am, "Yariv Sadan" <[EMAIL PROTECTED]> wrote:
> If you want to contribute this driver, I'll be happy to let you add it
> to the framework. Although I haven't found CouchDB useful for my
> current project (it's possible I'm missing something, btw), other
> people may find it useful and I'll be happy to help make their lives
> easier :)
>
> Yariv
>
> On 10/27/07, Mike Pence <[EMAIL PROTECTED]> wrote:
>
>
>
> > Great idea.
>
> > On 10/27/07, Robin <[EMAIL PROTECTED]> wrote:
>
> > > I am definitely interested in helping with a CouchDB driver for
> > > ErlyWeb.
>
> > > CouchDB is interesting beyond the fact that it was recently re-written
> > > from C to Erlang.
>
> > > I am planning to use CouchDB to augment a relational database (read
> > > distributed page cache).
>
> > > As a Rails code slinger, I view CouchDB and Erlang for that matter,
> > > not as an all or nothing proposition but as tools with unique
> > > strengths.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to