Step by Step Installation
A step by step guide from 0 to 1
Step 1: Prepare a base configuration
Streambased Enterprise requires only a single short config file to start. An example can be seen below:
We provide a demo cluster for experimentation. To point at your own Kafka deployment re-point the Kafka connection properties to your environment.
This configuration file contains 2 sections:
Kafka client configuration - This should contain connection properties (Java client style) for the Kafka cluster you wish to connect to.
Indexing configuration - This should contain configuration for the topics you wish to index. For more information on this please see configuration
Save this example configuration as client.properties
in your environment, make any changes necessary and mount as below.
Step 2: Start Streambased Enterprise
An indexer can be started with the following command:
Step 3: Connect 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:
Tutorials on connecting your favorite analytical applications to Streambased can be found here.
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:
Step 4: Scale
Streambased Enterprise can scale alongside your Kafka infrastructure to practically unlimited capability. Please reach out to our team to schedule your free architecture assessment.
Last updated