Sự ra đời của Apache-CouchDB là một tất yếu với nhu cầu khai thác/lưu trữ các dạng web resources như : images/css/javascript/…. Kiến trúc của Apache-CouchDB cho thấy khả năng chịu tải cao (nền vm erlang), khả năng tải các transaction đa chiều, hỗ trợ partitioning/clustering … Với mô hình FT và SFDOD, khai thác dựa trên RESTful HTTP/JSON API.
Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database accessible via a RESTful HTTP/JSON API. Among other features, it provides robust, incremental replication with bi-directional conflict detection and resolution, and is queryable and indexable using a table-oriented view engine with JavaScript acting as the default view definition language.
CouchDB is written in Erlang, but can be easily accessed from any environment that provides means to make HTTP requests. There are a multitude of third-party client libraries that make this even easier for a variety of programming languages and environments.
See the introduction and the technical overview for more information.


