Hi! Is there anyone who knows how to bind YCSB with CouchDB? I'm a NoSQL beginner and i'm trying to benchmark CouchDB with YCSB.
I managed to install and run CouchDB but i cant bind CouchDB to YCSB. I know that an interfacelayer is necessary and i found one on github, https://github.com/arnaud123/YCSB-couchdb-binding I've added the folder YCSB-couchdb-binding-master into the YCSB folder where all the other binding folders are and added to the POM.xml in the YCSB a module called "couchdb". When im trying to build the dependencies with maven "mvn clean package" i get the error "pom.xml in couchdb" is missing. So where do i get that couchdb pom.xml? I created one on myself but i get the error message: [ERROR] The project com.yahoo.ycsb:couchdb-binding:0.1.4 (/home/nina/YCSB/couchdb/pom.xml) has 1 error [ERROR] 'dependencies.dependency.version' for org.couchdb:couch-java-driver:jar must be a valid version but is '${couchdb.version}'. @ line 18, column 16 That means i need the couch-java-driver or something like the mongodb-binding.jar but i've no idea how to get something like that. I hope someone can help me to bind CouchDB with YCSB. Thanks, Nina
