kubajal / ldbc_snb_driver

LDBC SNB Benchmark Driver

Home Page:http://ldbcouncil.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LDBC Logo

Build Status

📜 If you wish to cite the LDBC SNB, please refer to the documentation repository.

This driver is being developed as part of the Linked Data Benchmark Council EU-funded research project and will be used to run the benchmark workloads developed and released by LDBC:

Compatibility

The LDBC Social Network Benchmark suite is continuously maintained with improvements in the specification, the data generator, the driver, and the reference implementation. To ensure that you are using compatible LDBC repositories, use the following table:

project v0.3.x v0.4.x
Documentation v0.3.3 dev
Datagen v0.3.3 dev
Driver v0.3.3 dev
Implementations stable dev

The stable branches of the repositories correspond to the v0.3.x, and the dev branches correspond to the v0.4.x releases.

User Guide

git clone https://github.com/ldbc/ldbc_snb_driver.git
cd ldbc_snb_driver
mvn clean package -DskipTests

To quickly test the driver try the "simpleworkload" that is shipped with it by doing the following:

java \
  -cp target/jeeves-standalone.jar com.ldbc.driver.Client \
  --driver_mode EXECUTE_WORKLOAD \
  --database com.ldbc.driver.workloads.simple.db.SimpleDb \
  -P target/classes/configuration/simple/simpleworkload.properties \
  -P target/classes/configuration/ldbc_driver_default.properties

For more information, please refer to the Documentation.

About

LDBC SNB Benchmark Driver

http://ldbcouncil.org

License:GNU General Public License v3.0


Languages

Language:Java 99.4%Language:Python 0.6%Language:Shell 0.0%