CouchDB, Project Voldemort, Cassandra in a Java project

I am just evaluating some noSQL solutions for the current project. The various systems that have caught my attention are currently

The last one is more restrained in my assessment, because they write

This is still a new system, which has rough edges, bad error messages and probably a lot of misunderstood errors. Let us know if you find one of them, so that we can fix it.

and I am looking for a stable solution. Another thing is that I want good Java support. There are some client libraries for cloudDB, which is written in Erlang, and ectorp seems to be the best choice. The problem here is that for some reason it seems to me that ectorp is not used so much. If I look at the download section , then approx. 400 downloads. Well, most people will use it through a dependency on maven, but still 400 surprised me. There is an old Stackoverflow question about couchDB Java libraries, but it also recommends ektorp. Is the best solution right now?

Cassandra , cloudDB , - Java cloudDB?

+3
3

Membase Server ( Couchbase, Inc.) . memcached CouchDB spymemcached ( Java). Java .

Membase CouchDB, / , , CouchDB.

: http://techzone.couchbase.com/wiki/display/membase/Home

: http://www.couchbase.com/

Sr. Solutions Architect, Couchbase Inc.

+5

: Ektorp.

Ektorp , . , , , , CouchDB .

Spring Data CouchDB , .

What Java tools for CouchDB are you missing?

Instead of writing your own client, you can easily expand Ektorp or contribute to the project through Github: https://github.com/helun/Ektorp

+2
source

All Articles