/simple-postgres-presto

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

MIT LicenseMIT

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