Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 689 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 689 Bytes

superset_quickstart

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.

Get Started

  1. Sign up for a free InfluxDB Cloud 3.0 trial.
  2. Gather your authentication credentials including:
  • database
  • token
  • URL
  1. Edit the app/add_influxdb_connection.sh to include those credentials.
  2. cd into Superset
  3. Run docker-compose up --build -d
  4. Visit http://127.0.0.1:8088 to use Apache Superset.
  5. Login with "admin" for the username and password.
  6. Start building visualizations and dashboards for your timeseries data!