Presto
Presto is a distributed query engine for big data that allows executing queries using SQL. With UI Bakery you can build applications on top of your Presto API in just a couple of minutes.
Connecting to Presto from UI Bakery
Go to the data sources page, click Connect button, and select Presto from the list of data sources.
UI Bakery connects to Presto using JDBC. This means that you will need to create the following JDBC connection string jdbc:presto://<Presto host>:<Presto port>
. For instance:
Fill in the connection string, user name, password, and click connect button:
Executing Presto queries in UI Bakery
Currently, UI Bakery only supports SQL query action step when working with Presto data sources.
SQL queryLast updated