This is a complement for project at quickstart-apache-superset. Because the original quickstart-apache-superset project is written in Cloudformation and it's hard to read and maintain.
Please checkout the official website: https://superset.apache.org/.
- checkout the project by git.
- run
npx projen deploy superset-cdk-dev \ --parameters superset-cdk-dev:supersetusername=your-user-name \ --parameters superset-cdk-dev:supersetpassword=your-password \ --parameters superset-cdk-dev:supersetexample=yes \ --parameters superset-cdk-dev:supersetparamvpcid=the-existing-vpc-id \ --parameters superset-cdk-dev:supersetparampublicsubnet1=the-existing-public-subnet \ --parameters superset-cdk-dev:supersetparampublicsubnet2=the-existing-public-subnet \ --parameters superset-cdk-dev:supersetparamprivatesubnet1=the-existing-private-subnet \ --parameters superset-cdk-dev:supersetparamprivatesubnet2=the-existing-private-subnet \ --parameters superset-cdk-dev:supersetparamclustername=supersetOnAWS