CouchDB: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Eric Evers
(New page: {{subpages}} CouchDB is a document oriented database extension to the apache web server system. CouchDB supports incremental replication and distributed operation. The whole database is w...)
 
imported>Tom Morris
No edit summary
 
Line 1: Line 1:
{{subpages}}
{{subpages}}


CouchDB is a document oriented database extension to the apache web server system. CouchDB supports incremental replication and distributed operation.
'''CouchDB''' is a document-oriented database extension to the [[Apache HTTP Server|Apache web server]]. CouchDB supports incremental replication and distributed operation. The whole database is written in [[Erlang]] using the native distributed Erlang database named mnesia.
The whole database is written in erlang using the native distributed erlang database named mnesia.

Latest revision as of 06:45, 28 May 2009

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

CouchDB is a document-oriented database extension to the Apache web server. CouchDB supports incremental replication and distributed operation. The whole database is written in Erlang using the native distributed Erlang database named mnesia.