To run the client and API, follow these steps:
- Untar the Odyssey statistics tarball into the
./data
folder - Run the system using docker-compose, i.e.
docker-compose up -d
When referencing our work, please use the following:
@inproceedings{jakobsen2019diverse,
title={How Diverse Are Federated Query Execution Plans Really?},
author={Jakobsen, Anders Langballe and Montoya, Gabriela and Hose, Katja},
booktitle={European Semantic Web Conference},
pages={105--110},
year={2019},
organization={Springer}
}
- Before running the API, you should update the
docker-compose.yml
file to reflect the available sources and their corresponding endpoint - By convention, the endpoints of sources specified in the
SOURCES
environment variable are upper-cased, e.g. the endpoint of DBpedia is specified with the environment variableENDPOINT_DBPEDIA
- The API source is located at
./api/pipe
- The client source is located at
./client/src
- Include engine dependency compilation as part of the API Dockerfile
- Add a lock to ensure only one query is executed at once