Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.01 KB

Teradata's distribution of Presto SQL DB (by Facebook)

DockerHub Presto

http://www.teradata.com/products-and-services/Presto/Presto-Download

Teradata's distribution of Presto DB - the distributed interactive high scale SQL engine for Big Data.

Includes the ODBC and JDBC drivers for Presto.

For all the Facebook Presto releases see the adjacent presto-dev directory.

Starts a single Presto node which acts as both coordinator and worker and maps port 8080 for nice web UI and driver access.

If started interactively will drop in to a SQL shell.

docker-compose up

or without docker-compose

make run

Related Docker images can be found for many Open Source, Big Data and NoSQL technologies on my DockerHub profile. The source for them all can be found in the master Dockerfiles GitHub repo.