Table of Contents
WatDiv Dataset Generator is a web application that allows users to create their own test databases or customize existing ones based on the Waterloo SPARQL Diversity Test Suite (WatDiv) v0.6. It follows the rules of the WatDiv Dataset Description Language Tutorial.
WatDiv-Gen
βββ watdiv_api (django app)
β βββ _base (settings of django app)
β βββ static
β βββ watdiv
β βββ Dockerfile
βββ watdiv_frontend
β βββ index.html
β βββ script.js
β βββ styles.css
βββ README.md
This command will build the image and run the container
docker-compose up --build
-
Follow the WatDiv Dataset Description Language Tutorial to create a valid dataset description file.
-
Use the WatDiv Dataset Generator web application to upload your dataset description file.
-
The application will use WatDiv v0.6 to generate a dataset based on your description.
-
Upload an existing WatDiv dataset file to the application.
-
Specify customization details as per the WatDiv Dataset Description Language.
-
Generate the customized dataset.
-
Upload a WatDiv dataset file.
-
Generate queries for the dataset.
The generated datasets and queries will be available for download in gz format. Use the provided links to download the output files. Contributing
- Farzad Shami
Distributed under the MIT License. See LICENSE.txt
for more information.
Part of Database II 2023-2024 course of University of Padova