Is there spring-data for CouchDB?

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.


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