helppery-com / headless-apache-superset

Convert Apache Superset into a Data driven headless CMS
0 stars 0 forks source link

App scaffolder using superset #1

Open gbrian opened 4 years ago

gbrian commented 4 years ago

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:

from superset.cli import superset

if __name__ == '__main__':
    superset()

Expexted result:

tehseenkhan009 commented 4 years ago

Done with it.Need to discuss.

gbrian commented 4 years ago

Great @tehseenkhan009! can we review?