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, the new version of RisingWave implements a wrapper on top of the original PostgreSQL SQLAlchemy driver. Therefore, we recommend using the connector library sqlalchemy-risingwave instead of psycopg2. If the driver is not installed in the Docker container, you can install it by running the following commands:
risingwave://root@host.docker.internal:4566/dev
.
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.