Skip to content
Snippets Groups Projects
user avatar
Stanley Feng authored
Add support to allow users to group entities in two different ways, and add documentations for the overall googledatastore.properties file.
58f1ecb4
History
Name Last commit Last update
..
conf
src/main
README.md
pom.xml

Google Cloud Datastore Binding

https://cloud.google.com/datastore/docs/concepts/overview?hl=en

Configure

YCSB_HOME - YCSB home directory
DATASTORE_HOME - Google Cloud Datastore YCSB client package files

Please refer to https://github.com/brianfrankcooper/YCSB/wiki/Using-the-Database-Libraries for more information on setup.

Benchmark

$YCSB_HOME/bin/ycsb load googledatastore -P workloads/workloada -P googledatastore.properties
$YCSB_HOME/bin/ycsb run googledatastore -P workloads/workloada -P googledatastore.properties

Properties

$DATASTORE_HOME/conf/googledatastore.properties

FAQs