Bold BI Dashboard Designer supports connecting Presto database through SQL Live Query (REST API).
To configure the Presto data source, follow the below steps:
Click the Data Sources button in the configuration panel to add a new data connection.
Click CREATE NEW to launch a new connection from the connection panel.
Select the Presto connection in the connection panel.
NOTE: You can also create a data source from the home page by clicking the Data Sources menu from left menu panel and Create Data Source from the data sources page.
After clicking the data source, the NEW DATA SOURCE configuration panel opens. Follow the given steps to create a Presto data source:
Enter a name and description (optional) for the data source.
Enter a valid Presto server or host name in the Server Name text box.
Enter its corresponding port in Port text box.
Enter the Catalog Name from below Presto Connectors Link. https://prestodb.github.io/docs/current/connector
Choose None or BASIC authentication in Authentication Mechanism combo box.
Enter a valid Presto user name and password if you choose Basic Authentication Mechanism.
Select the database you want to query in the listed database associated with the given Presto Server in Database combo box.
In future, you can edit the connection information using Edit Connection option.
Click Connect to connect the Presto server with configured details. The schema represents the collection list that are retrieved from the Presto server. This dialog displays a list of schemas in treeview and its corresponding values.
Now, the data design view page with selected table schema opens. Drag and drop the table.
Either you can use the Code View options for passing query to display data.
Click Save to save the data source with a relevant name.