Apache Superset is a modern, enterprise-ready business intelligence web application.
- Uses ubuntu/bionic64 base box
- Uses postgresql db back-end
- Remote connect to postgres db on localhost:4000
- No demo data loaded
- Superset admin user: admin/admin
- Superset db role: superset/superset
Tested with Apache Superset 0.35.1
$ git clone https://github.com/steveblamey/vagrant-superset.git
$ cd vagrant-superset
$ vagrant up
$ vagrant ssh
$ source env/bin/activate
$ superset run -h 0.0.0.0 -p 8088
Point your browser to localhost:8088
and log-in to superset.
If you want to load the demo data instead of connecting to your own datat sources:
$ superset load_examples