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?
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.