Presto
Last updated
Last updated
© 2024 UI Bakery
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.
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:
Currently, UI Bakery only supports SQL query action step when working with Presto data sources.