Skip to content

Compilation_Execution

Gabor Szarnyas edited this page May 30, 2021 · 1 revision

Compilation and execution

The compilation uses Apache Maven 3 to automatically detect and download the necessary dependencies. We provide the run.sh script that both automatically compiles and executes the generator.

Execution

To execute the LDBC data generator just type:

$ ./run.sh

IMPORTANT: For the script to work properly and generate the parameter bindings for the queries, you'll need Python 2.7.

You can find instructions on how to setup the run.sh script in the Configuration section.

Clone this wiki locally