- Couchbase Server is a distributed document database that stores data as JSON documents and provides an advanced caching layer. It distributes data and replicates across nodes for high performance and resilience.
- Documents are accessed by unique keys and stored in memory for fast retrieval. Operations include add, get, update, delete. Views and secondary indexes allow querying.
- The demo showed key-based CRUD operations as well as querying documents using views and the new N1QL query language.