Couchbase: Bucket (Database) Architecture

2017, Nov 16    

In Couchbase, a bucket is similar to a database in other DB systems. Application inserts data directly into a bucket(s) and there is no any other schema or objects inside it. A bucket contains documents.

Further reading, follow this link.