Eric B.
Eric B.

Reputation: 24411

Is there spring-data for CouchDB?

Can Spring-data be used with CouchDB? I know there is a community project Spring-Data-Couchbase but is that compatible with CouchDB or does it only work with Couchbase?

If not, is there a CouchDB version of Spring-data? Or am I unable to use spring-data with CouchDB?

Upvotes: 10

Views: 10585

Answers (2)

Majlanky
Majlanky

Reputation: 304

I found this old topic but I want to point out a new project called couch-slacker. The project contains spring data implementation in standard spring data way.

Check it out here Releases of the project are in maven central so it is very easy to use it.

Disclaimer: I am the founder and tech lead of the project

Upvotes: 2

rwitzel
rwitzel

Reputation: 1818

Have a look at https://github.com/rwitzel/CouchRepository

This project provides a Spring Data API for CouchDB databases.

Disclaimer: I have set up the project.

Upvotes: 7

Related Questions