Is there spring-data for CouchDB?

Eric B. picture Eric B. · Sep 9, 2014 · Viewed 8.1k times · Source

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?

Answer

rwitzel picture rwitzel · Oct 12, 2014

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.