trino

Distributed SQL query engine for running analytics on big data

brewmacoslinux
Try with needOr install directly
Source

About

Distributed SQL query engine for big data

Commands

trinotrino-cli

Examples

Start the Trino server$ trino-server run
Connect to Trino server via CLI client$ trino --server localhost:8080 --catalog hive --schema default
Execute a SQL query against a data source$ trino --server localhost:8080 --execute 'SELECT * FROM table LIMIT 10'