Sample for presto-iris package (https://openexchange.intersystems.com/package/presto-iris) using its compiled JAR file and the IRIS JDBC driver.
Follow the instructions extracted from (https://github.com/caretdev/presto-iris)
- Start the demo environment using docker-compose
docker-compose up -d --build
For the demo purpose, it uses Apache Superset with superset-iris, and examples which comes with it, and it takes a while when it will loaded.
-
Presto UI will be availble on this link http://localhost:8080/ui/#
-
When SuperSet will finish load examples after 10-15 minutes, it should became available by link http://localhost:8088/databaseview/list Using admin/admin as username/password
Superset connected to Presto, and catalog iris, which configured to connect to IRIS
- Now go to Dashboards
- Going to Presto UI we can see that Presto executed queries, and see some statistics
- The same data from IRIS can be observed by using Presto connector in DBeaver