An RDF HexaStore implementation written in Java.
Student Group 3:
- Enzo Viguier (@enzo-viguier)
- Pablo Laviron (@0lbap)
To install the project, follow those steps:
git clone git@github.com:0lbap/qengine.git
cd qengineYou can run the unit tests for the project using the following command:
mvn testYou can build and run the benchmarking tool JAR as follows:
mvn package # to create a JAR for benchmarking
java -jar target/qengine-0.0.1-SNAPSHOT-jar-with-dependencies.jar -i hexastore -q data/queries -d data/2M.nt -o results.txt