openbsd-ports/databases/apache-couchdb/pkg/DESCR
bernd 4ba937d626 Initial import of apache-couchdb-0.8.1.
CouchDB is a distributed, document-oriented, Non-Relational DataBase
Management Server (NRDBMS).

It is accessible via a RESTful JSON API, and provides incremental
replication with bi-directional conflict detection and management.
Data is stored with a schema-free, flat address space, and may be
queried via a table-oriented reporting engine that uses Javascript
as a query language.

Joint work of maintainer Benoit Chesneau, fgsch@ and myself.
2009-03-16 22:05:59 +00:00

9 lines
385 B
Plaintext

CouchDB is a distributed, document-oriented, Non-Relational DataBase
Management Server (NRDBMS).
It is accessible via a RESTful JSON API, and provides incremental
replication with bi-directional conflict detection and management.
Data is stored with a schema-free, flat address space, and may be
queried via a table-oriented reporting engine that uses Javascript
as a query language.