Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Data visualization with Superset

Superset BigQuery Snowflake PostgreSQL ClickHouse DuckDB

License

Getting Started

1. Spin up Apache Superset infrastructure with:

docker compose up -d

2. After the superset-app container is healthy, access Superset at http://localhost:8088

Username: admin
Password: admin

Pre-loaded examples

If you'd like Superset to come with example charts and dashboards, set this before the first run:

export SUPERSET_LOAD_EXAMPLES=yes

Once superset-init finishes, make sure to disable it so the examples aren't re-loaded on every restart:

unset SUPERSET_LOAD_EXAMPLES

Additional database drivers

Superset supports PostgreSQL and MySQL out-of-the-box. To enable additional data sources, add the respective SQLAlchemy driver to requirements-local.txt. See the full list of supported databases

clickhouse-connect==0.8.15
sqlalchemy-bigquery==1.12.1
sqlalchemy-redshift==0.8.14

TODO's

  • Bootstrap Apache Superset infrastructure in Docker
  • Build data viz for NYC Taxi Dataset on Superset