jimexist / simple-postgres-presto

simple presto setup with external postgres, to be used with Circle CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized PrestoDB

This is is mainly for usage with CircleCI.

To run within CircleCI that has Postgres:

docker run -d --name presto1 -p 8080:8080 -h presto --add-host postgresql:$(ip addr show docker0 | grep "inet\b" | awk '{print $2}' | cut -d/ -f1) jimexist/simple-postgres-presto

About

simple presto setup with external postgres, to be used with Circle CI

License:MIT License