Installation
Running Streambased Enterprise
An indexer can be started with the following command:
For details on creating the configuration files mounted, please see the Configuration section.
Connecting to Streambased Enterprise
Streambased exposes an interface that is 100% compatible with that which is exposed by the popular Trino database. This means connectivity can be established using components from the Trino ecosystem including:
In addition to the based Trino functionality, Streambased supports the following extra session variables to aid interaction with Kafka. These can be set via the SET SESSION directive within a JDBC session.
Used to pass a JSON map of Apache Kafka connection properties (typically security configs for impersonation). Streambased provides a handy tool to convert java properties to the correct format.
Type: string
Default: empty
Example:
Note: Remember to double up any single quotes in your Kafka connection configuration as shown above.
Enable or disable Streambased acceleration for the session.
Type: string
Default: true
Example:
Last updated