Skip to content

uuhnaut69/spring-couchbase-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

spring-couchbase-example

Integrate couchbase with spring boot

  • Spring boot 2.x

  • Spring data couchbase

Notes

CouchDB is an open source database developed by Apache software foundation. It is a NoSQL document store database.It uses JSON, to store data (documents), java script as its query language to transform the documents.

Advantages:

  • CouchDB have an HTTP-based REST API, which helps to communicate with the database easily.

  • As we store data in the flexible document-based structure, there is no need to worry about the structure of the data.

  • Users are provided with powerful data mapping, which allows querying, combining, and filtering the information.

  • CouchDB provides easy-to-use replication, using which you can copy, share, and synchronize the data between databases and machines.

Comparison vs Dynamodb: https://blog.couchbase.com/couchbase-server-x-dynamodb-quick-comparison/

Comparison vs Mongodb: https://www.couchbase.com/comparing-couchbase-vs-mongodb

Usecases

About

Integrate couchbase with spring boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages