I want to develop a "Headless Data Driven CMS" For this I want to create an APP using Falsk APP builder and Apache Superset (the data driven part)
As a result you will have an APP that is initialized with Superset Views/Models.
First ticket is to create a default APP using Apache Superset as a "plugin".
You can find my first commit as an example but is not full functional yet.
Proposal:
Create a FLASK app scaffolder calling Apache Superset initialization
Use Flask AppBuilder to create scaffolder
Install Apache Superset
Invoke Apache Superset initialization using created config file.
app.py should look like:
from superset.cli import superset
if __name__ == '__main__':
superset()
Expexted result:
App folders for views, models and templates
config.py file
DB initialized with Superset model
AppBuilder initialized with Superset and APP views.
As a ....
I want to develop a "Headless Data Driven CMS" For this I want to create an APP using Falsk APP builder and Apache Superset (the data driven part) As a result you will have an APP that is initialized with Superset Views/Models.
First ticket is to create a default APP using Apache Superset as a "plugin". You can find my first commit as an example but is not full functional yet.
Proposal:
Create a FLASK app scaffolder calling Apache Superset initialization
Use Flask AppBuilder to create scaffolder Install Apache Superset
Invoke Apache Superset initialization using created config file.
app.py should look like:
Expexted result: