Spring Data Couchbase project provides Spring Developers a POJO centric model for interacting with documents stored in Couchbase.
Developers use a Repository style data access pattern and Spring Data Couchbase adds query derivation based on N1QL (a superset of SQL), support for Spring configuration of the database client, and the ability to support the @Cacheable
annotation building on the Spring Cache project.
Resources
- Spring Data Couchbase project
- Spring Data Couchbase documentation
- Blog: Couchbase with Spring-Boot and Spring Data