Apache
trino
is an open-source distributed SQL query engine.
Apache trino is
based
on
PrestoDB
, which is developed by
Facebook
.
Using apache trino a user can run
batch and ad-hoc ETL queries
against multiple types of data sources.
Apache
trino
queries are pretty
fast
as
compared
to apache
hive
queries.
Trino has multiple
connectors
using which a user can connect to the hive, hdfs, Kafka, object storage, etc.
You can also use
python
to
connect
to trino using the trino python client.
Click to learn more