From version 5.0 onwards of helical insight we are by default supporting Trino. However if you are using an older version of Helical Insight this document can help you understand how to connect and use.
1. Download the Trino.zip and extract
2. Copy trino.xml and trino.js file into below server path
....\hi\hi-repository\System\Admin\SqlFunctions
3. Open sqlDialects.properties file and copy line :
# trino
io.trino.jdbc.TrinoDriver=org.hibernate.dialect.PostgreSQLDialect
add this line into your sqlDialects.properties located at
"....\hi\hi-repository\System\Admin"
4. Open sqlFunctionsXmlMapping.properties file and copy line :
#trino
io.trino.jdbc.TrinoDriver=trino
and add this line into your sqlFunctionsXmlMapping.properties located at
"....\hi\hi-repository\System\Admin"
5. Copy trino-jdbc-406.jar file and into below server path
"....\hi\hi-repository\System\Drivers"
6. Restart Helical Insight application server.
NOTE : Above dialect configuration and JDBC driver by default come in Helical V5.0 RC2 onwards , you need to configure if you are using older version of Helical Insight
Sample connection String for Trino database :
jdbc:trino://:8889/hive/sampledb