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...)
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
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.[[Category:Suggestion Bot Tag]]
The whole database is written in erlang using the native distributed erlang database named mnesia.

Latest revision as of 12:00, 2 August 2024

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.