Getting Started With Presto Using Our Presto Download & Tutorial
We’ve curated resources across the community to help you get started with Presto.
We hope you find them helpful!
Want help getting started?
Different Ways to Get Started
Run the commands below to install the official tarballs for presto-server and presto-cli from prestodb.io
curl -O https://repo1.maven.org/maven2/com/facebook/presto/presto-server/0.235.1/presto-server-0.235.1.tar.gz curl -O https://repo1.maven.org/maven2/com/facebook/presto/presto-cli/0.235.1/presto-cli-0.235.1-executable.jar
Run the commands below to pull the Presto-server and Presto CLI Docker images
docker pull ahanaio/prestodb docker pull ahanaio/prestodb-cli
Run the command below to install Presto with Homebrew. This pulls the Presto CLI as well.
brew install presto
Docker
The Sandbox Container for Presto by Ahana™ on DockerHub includes the Presto-cli, JMX, memory, TPC-DS, and TPC-H.
AWS AMIs for PrestoDB by Ahana
AWS AMI for Presto
by Ahana
AWS AMI for Presto by Ahana on AWS Marketplace >
The AWS AMI for Presto by Ahana is 100% open source and available for use in production immediately.
AWS Sandbox AMI for Presto by Ahana
AWS Sandbox AMI for Presto by Ahana on AWS Marketplace >
The AWS Sandbox AMI for Presto by Ahana is 100% open source and comes bundled with Hive Metastore and catalogs to try out with Presto.
Demo Videos
AWS Sandbox AMI for Presto
15 min
Sandbox Container for Presto on Docker
8 min
Community Tutorials
Facebook F8 2019 Classroom Demo: Getting Started with Presto
Setup a Presto cluster with MySQL and MongoDB instances that you can query from Presto.