About the Simba Presto JDBC Connector
About Presto
Presto is a low latency distributed query engine capable of querying large datasets from multiple data sources using SQL.
The data sources that Presto supports include
Note:
For information about connecting Presto to data sources, see the Presto documentation: https://prestodb.io/docs/current/.
About the Connector
The Simba Presto JDBC Connector lets organizations connect their BI tools to Presto. Presto provides an ANSI SQL query layer and also exposes the metadata information through an ANSI SQL standard metadata database called INFORMATION_SCHEMA. The Simba Presto JDBC Connector leverages INFORMATION_SCHEMA to expose Presto's metadata to BI tools as needed.
The Simba Presto JDBC Connector complies with the
This guide is suitable for users who want to access data residing within Presto from their desktop environment. Application developers might also find the information helpful. Refer to your application for details on connecting via JDBC.