Differences between revisions 140 and 141
Revision 140 as of 2012-10-10 09:22:34
Size: 5033
Comment: Added CouchDB tools section link
Revision 141 as of 2012-10-10 19:42:57
Size: 5081
Comment: Added IRC Meeting Minutes link
Deletions are marked like this. Additions are marked like this.
Line 64: Line 64:
 * [[IRC_Meeting_Minutes|IRC Meeting Minutes]]

couch.png

Apache CouchDB

You need to be added to the ContributorsGroup to edit the wiki. But don't worry! Just email any Mailing List or grab us on IRC and let us know your user name.

Apache CouchDB is a scalable, fault-tolerant, and schema-free document-oriented database written in Erlang. It's used in large and small organizations for a variety of applications where a traditional SQL database isn't the best solution for the problem at hand. Among other features, it provides:

  • A RESTful HTTP/JSON API accessible from many programming libraries and tools
  • Futon, a browser based GUI and management tool
  • Incremental and flexible replication with conflict management
  • Incremental Map/Reduce queries written in any language (JavaScript support built-in)

  • Excellent data integrity/reliability
  • Native support for BLOBs (Binary Large Objects)
  • Easy installation on many platforms, from servers to mobile devices
  • A strong and active community
  • Good documentation in the form of Books, Presentations, Blog Posts, Wikis, and more

Getting Started

Using CouchDB

Community

When Things Go Wrong

Getting Involved

Books

There are a number of high quality books currently published or under development for CouchDB.

Apache Foundation

FrontPage (last edited 2012-10-10 19:42:57 by OctavianDamiean)