tweeeb / superset-hi

Apache Superset is a Data Visualization and Data Exploration Platform
https://superset.apache.org/
Apache License 2.0
0 stars 0 forks source link

Metadata and Project database connection #1

Open tweeeb opened 3 months ago

tweeeb commented 3 months ago

Description

*Feature**: Connect superset to local metadata and project databases

Superset requires backed up database to store metadata relating to the dashboard. It also requires an SQL (Preferably postgresql) database to load/read data from. Data can be loaded into the database via the front end (in .csv format). This has successfully been implemented as a PyPi app but not using docker.

This ticket will be used to record resources and methods to achieve this.

Tasks

tweeeb commented 3 months ago

https://github.com/apache/superset/issues/28617