Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 554 Bytes

COUCHDB.md

File metadata and controls

12 lines (8 loc) · 554 Bytes
title excerpt
CouchDB
a NoSQL database with JavaScript as query language and HTTP as API

CouchDB

Apache CouchDB, commonly referred to as CouchDB, is an open source database that focuses on ease of use and on being “a database that completely embraces the web”.

It is a document-oriented NoSQL database that uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.

CouchDB was first released in 2005 and later became an Apache project in 2008.