All Topics

CouchDB

A NoSQL database for the web

Overview

CouchDB is a non-relational database, also known as a NoSQL database, that is designed for ease of use and scalability on the web. It uses JSON to store data and JavaScript as its query language. This is a great alternative to other NoSQL databases like Mongo as a primary datastore.

Related Topics

What you should learn next