Installation From Source
Currently, the TileDB-Τrino connector is built as a plugin. It must be packaged and installed on the Trino instances. You can download the latest release or build the connector from source using the following command from the top level directory of the TileDB-Trino repo.
Installation on a Trino instance
First clone Trino
Install Trino
Create a TileDB directory
Build and copy the TileDB-Trino jars to the TileDB directory
Create two nested directories "etc/catalog" which include the tiledb.properties file and move them to:
Launch the Trino Server
Launch the Trino-CLI with the TileDB plugin
Last updated