Skip to content
Benoit Chesneau edited this page Jun 25, 2013 · 24 revisions

Rcouch ?

Rcouch is an alternative distribution of Apache CouchDB based for now on the 1.3 release. The goal of Rcouch is to provides a simple way to customize CouchDB to your needs and easily include it in your own architecture. Today you can embed couchdb in your Erlang Application or add your own extensions to it and deploy a static release on multiple platforms.

supported platforms

Rcouch supports the following platorms:

  • Linux x86 & x86_64, armv5, armv7a, armv8
  • Freebsd i386/amd64, OpenBSD i386/amd64 (netbsd not tested)
  • Solaris
  • MacOSX 10.7 and sup

Coming support:

  • Windows
  • Android (ndk8 and sup), iOS 7

Rcouch works with the R15x and R16x versions of Erlang.

Changes from Apache CouchDB

Main changes from Apache CouchDB are:

Hacking docs