A build of Apache CouchDB optimized for iPad, iPhone, and iPod Touch
iOS-Couchbase
CouchDB - Key Features
- Documents
- Views
- Schema-Free
- Distributed
CouchDB is a peer based distributed database system. Any number of CouchDB hosts (servers and offline-clients) can have independent “replica copies” of the same database, where applications have full database interactivity (query, add, edit, delete). When back online or on a schedule, database changes are replicated bi-directionally.
CouchDB has built-in conflict detection and management and the replication process is incremental and fast, copying only documents and individual fields changed since the previous replication. Most applications require no special planning to take advantage of distributed updates and replication.
CouchDB
Comments
Post a Comment