Quickly connect InfluxDB Cloud 3.0 to Superset. This project includes all of the Superset initialization and InfluxDB connection as a part of the dockerc configuration.
- Sign up for a free InfluxDB Cloud 3.0 trial.
- Gather your authentication credentials including:
- database
- token
- URL
- Edit the app/add_influxdb_connection.sh to include those credentials.
- cd into Superset
- Run
docker-compose up --build -d
- Visit http://127.0.0.1:8088 to use Apache Superset.
- Login with "admin" for the username and password.
- Start building visualizations and dashboards for your timeseries data!