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 2010/05/06 21:26:25 UTC

[Couchdb Wiki] Update of "FrontPage" by Linicks

Dear Wiki user,

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

The "FrontPage" page has been changed by Linicks.
http://wiki.apache.org/couchdb/FrontPage?action=diff&rev1=31&rev2=32

--------------------------------------------------

  
  = Apache CouchDB Wiki =
  
- Welcome to [[http://couchdb.apache.org/|Apache CouchDB Project]] Wiki.
+ Welcome to the [[http://couchdb.apache.org/|Apache CouchDB Project]] Wiki!
  
- Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with !JavaScript acting as the default view definition language.
+ Apache CouchDB is a scalable, fault-tolerant, and schema-free document-oriented database written in [[http://www.erlang.org/|Erlang]].<<BR>> It's used in large and small organizations for a variety of applications where a traditional SQL database isn't the <<BR>> 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. 
+   * Robust, incremental replication with bi-directional conflict detection/resolution, and more.
+   * Incremental Map/Reduce queries written in JavaScript.
+   * Excellent data integrity/reliability utilizing MVCC.
+   * Stores BLOBs (Binary Large Objects) natively.
+   * It's easy to install, and is included with many operating systems.
+   * A strong and active community.
+   * Good documentation in the form of Books, Presentations, Blog Posts,  Wikis, and more.
  
- For more information see:
  
  == Overview ==