Skip to content

biteacon/presto-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presto is a distributed SQL query engine.

Presto can be started as a daemon by running the following: bin/launcher start

Alternatively, it can be run in the foreground, with the logs and other output being written to stdout/stderr (both streams should be captured if using a supervision system like daemontools): bin/launcher run

After having performed all the executions, you can stop the presto server using the following command: bin/launcher stop

#Docker

docker build -t presto-server:v1 . docker run -it -d --network="host" presto-server:v1

docker exec -it e6ff3b7c1667 /bin/sh apk add curl

Please see the website for installation instructions: https://prestodb.github.io/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published