Apache Superset is an open-source data exploration and data visualization software application. As a database, RisingWave can act as a data source for Business Intelligence tools like Apache Superset.
http://localhost:8088
into your web browser.
If it is your first time starting Superset and the webpage asks for a username and password, use admin
for both.
The following UI page should appear.
Note that, if you’re serving Superset in docker-compose, the PostgresSQL connector library psycopg2 comes out of the box with Superset.
If not, you need install the psycopg2
driver for Superset. The Installing Database Drivers guide lists the required driver.
host.docker.internal
4566
dev
root
RW
(optional)t
and insert some data.
Once RisingWave starts, use the following queries to create the table t
and insert some values to the table.
public
schema.t
.t
:
t
.ts
as the time column.AVG(v)
as the metric.