Skip to content

BruunAnd/pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pipe

Setup

To run the client and API, follow these steps:

  1. Untar the Odyssey statistics tarball into the ./data folder
  2. Run the system using docker-compose, i.e. docker-compose up -d

Reference

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}
}

Updating the federation

  • 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 variable ENDPOINT_DBPEDIA

Important directories

  • The API source is located at ./api/pipe
  • The client source is located at ./client/src

Todos

  • Include engine dependency compilation as part of the API Dockerfile
  • Add a lock to ensure only one query is executed at once

About

🌳 Performance Inspector and Plan Explorer for Federated Query Engines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published