The Pixels connector for Trino.
Pixels integration (connector & event listener) is currently compatible with Trino 405. Other Trino versions that are compatible with the Connector SPI in Trino 405 should also work well with Pixels.
This project can be opened as a maven project in Intellij and built using maven.
Note that Trino 405 requires Java 17, thus this project should be built by Jdk 17 (17.0.6 is tested).
Pixels is the parent of this project,
therefore use mvn install
to install Pixels modules into your local maven repository,
before building this project.
Follow the instructions HERE to install Pixels and use it in Trino.