Apache Superset

A Modern Data Exploration and Visualization Platform

Warning

Please note this is not Official documentation and prepared as I am exploring these tools. If you see any issue or any missing content please feel free to correct and create a pull request or you can reach to me on contact@shantanukhond.me. Thank you!

Apache Superset is an open-source business intelligence and data visualization platform. It empowers users to explore, visualize, and share insights from their data, providing a user-friendly interface for crafting compelling dashboards and reports. Whether you’re a data analyst, data engineer, or business user, Superset offers a range of features to enhance your data exploration journey:

Supported Databases

Superset can query data from any SQL-speaking datastore or data engine (such as Presto, Trino, and Athena) that has a Python DB-API driver and a SQLAlchemy dialect. Some major supported databases include:

  • PostgreSQL
  • MySQL
  • SQLite
  • Microsoft SQL Server
  • Oracle
  • And more!

Remember, Superset is all about making data exploration delightful and accessible. Happy charting! 🚀

Lets install superset: Installation Guide