You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/09/30 19:09:24 UTC

[Couchdb Wiki] Update of "Getting_started_with_Erlang" by BenoitC

Dear Wiki user,

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

The "Getting_started_with_Erlang" page has been changed by BenoitC:
http://wiki.apache.org/couchdb/Getting_started_with_Erlang?action=diff&rev1=6&rev2=7

  
  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
+   http://bitbucket.org/benoitc/couchbeam
  
  == Features ==
  
   * A full client in sync with latest CouchDB version
+  * full otp application
+  * Use [[http://bitbucket.org/etc/lhttpc/overview/|lhttpc] as http client
+  * multi CouchDB servers and databases support
-  * 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.
+  * Authentification support. 
  
  
  = eCouch =