Skip to content

Modified guvenir's executer specifically for running postgresql tpc-h queries to support a pipeline.

Notifications You must be signed in to change notification settings

Ad1th/query_executer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run on your local

  1. Start a pipenv shell with "pipenv shell"
  2. cd query_executor/app
  3. export PYTHONPATH=$(dirname "$PWD")
  4. uvicorn main:app --workers 1 --log-level info --port 8082

This starts app on localhost:8082.

Create a copy of config/main/settings.yaml to config/local/settings.yaml and use config values for your own local

pipenv run uvicorn main:app --workers 1 --log-level info --port 8082

About

Modified guvenir's executer specifically for running postgresql tpc-h queries to support a pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages