Connect Superset to Streambased
Superset is a modern, open source data exploration and visualization platform. Let's supercharge it's capabilities with real-time data from Streambased.
Last updated
Superset is a modern, open source data exploration and visualization platform. Let's supercharge it's capabilities with real-time data from Streambased.
Last updated
A running Streambased instance, for instructions see here
A running Superset deployment
Locate the Settings
button in the top right and select Database Connections
In the resulting screen select + Database
and select Trino
as the database type:
In the resulting screen under basic
tab configure the following properties:
DISPLAY NAME
Streambased #(or other meaningful name to you)
SQLALCHEMY URI
trino://[server host]:[server port]/kafka
By default server port
is 8080 and server host
is the name of the host on which the docker instance has been launched.
Click TEST CONNECTION
, you should receive a message similar to the following:
From the menu bar select SQL -> SQL LAB
, you should see your Streambased database and schema listed. Happy querying!