Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The following page has been changed by BenoitC:
http://wiki.apache.org/couchdb/Getting_started_with_Erlang

The comment on the change is:
added couchbeam in alphabetical order

------------------------------------------------------------------------------
  ## page was renamed from Getting Started With Erlang
  ## page was renamed from GettingStartedErlang
  Getting started with Erlang and the CouchDB API.
+ 
+ = couchbeam =
+ 
+ couchbeam is a simple erlang CouchDB framework. couchbeam provides you a full 
featured and easy client to access and manage multiple couchdb Nodes.
+ 
+   http://github.com/benoitc/couchbeam
+ 
+ == Features ==
+ 
+  * A full client in sync with latest CouchDB version
+  * Possible to use it as a simple standalone client (without starting 
application and such).
+  * It follows OTP principles if you want
+  * No dependancies. Http client use gen_recv and allow full streaming of 
attachments.
+  * Views can be retrieved while they coming (See example parse_incoming_view 
escript).
+  * Attachements are streamed and can be save on disk (or whatever you want) 
while they coming.
+  * Authentification support.
+ 
  
  = eCouch =
  

Reply via email to