Skip to content

rcemper/PR_iris-presto-sample

 
 

Repository files navigation

The iris-presto-sample

Sample for presto-iris package (https://openexchange.intersystems.com/package/presto-iris) using its compiled JAR file and the IRIS JDBC driver.

Procedures to install and use the sample

Follow the instructions extracted from (https://github.com/caretdev/presto-iris)

  1. 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.

  1. Presto UI will be availble on this link http://localhost:8080/ui/#

  2. 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

img.png

Superset connected to Presto, and catalog iris, which configured to connect to IRIS

  1. Now go to Dashboards

img_2.png

  1. Going to Presto UI we can see that Presto executed queries, and see some statistics

img_3.png

  1. The same data from IRIS can be observed by using Presto connector in DBeaver

img_5.png

img_4.png

About

Sample for iris-presto package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 51.8%
  • Shell 34.4%
  • Python 13.8%