[googledatastore] Initial commit of the Google Datastore Client
Add a DB client for Google Cloud Datastore. This initial commit includes implementation of all CRUD operations (modulo scan), and integration into the rest of YCSB (pom.xml changes, etc) Next few commits will include Scan/query support, single entity group support, and better documentation.
Showing
- bin/ycsb 1 addition, 0 deletionsbin/ycsb
- distribution/pom.xml 5 additions, 0 deletionsdistribution/pom.xml
- googledatastore/README.md 40 additions, 0 deletionsgoogledatastore/README.md
- googledatastore/conf/googledatastore.properties 22 additions, 0 deletionsgoogledatastore/conf/googledatastore.properties
- googledatastore/pom.xml 49 additions, 0 deletionsgoogledatastore/pom.xml
- googledatastore/src/main/java/com/yahoo/ycsb/db/GoogleDatastoreClient.java 294 additions, 0 deletions...rc/main/java/com/yahoo/ycsb/db/GoogleDatastoreClient.java
- googledatastore/src/main/resources/log4j.properties 25 additions, 0 deletionsgoogledatastore/src/main/resources/log4j.properties
- pom.xml 1 addition, 0 deletionspom.xml
Loading
Please register or sign in to comment