-
Windows 11 or Linux Ubuntu 20.04
-
JDK 11
-
Python 3.8.4
-
Install Faker
pip install Faker
-
Maven 3.8.6
-
Apache Jena and RDF4J are integrated thus no need to be installed additionally
mvn clean package- Specifies the configuration of MarkLogic, the number of graph databases to be generated, and the number of SPARQL queries to be generated in each testing round.
mv target/RD2.jar ./java -jar RD2.jar --dbname Documents --host 127.0.0.1 --port 8000 --username root --password 123 --db-num 10 --query-num 100- Default: The configuration of MarkLogic, and the number of graph databases and SPARQL queries are the information in the above example.
java -jar RD2.jarYou can verify test results in BugReport directory. The txt file will record potential bugs attached with corresponding data.
You can check full RDF graph data generated in GeneratedGDB directory, and SPARQL queries generated in GeneratedQuery directory.