prestodb

Distributed SQL query engine for querying big data sources

brewmacoslinux
Try with needOr install directly
Source

About

Distributed SQL query engine for big data

Commands

prestopresto-cli

Examples

Start the Presto CLI to connect to a Presto server$ presto-cli --server localhost:8080
Execute a SQL query against a specific catalog and schema$ presto-cli --server localhost:8080 --catalog hive --schema default
Run a query from a file and output results$ presto-cli --server localhost:8080 < query.sql