Click VVVV HERE VVV TO FIND OUT VVV MORE VVV
https://superset.incubator.apache.org/index.html
If you've ever tried to setup an instance of some cool, shiny project you know how much it sucks. This tries to make Superset not suck, by allowing you just literally docker-compose up and get going, no bullcrap, no extra commands.
- Install docker and docker-compose
- In this root directory run
docker-compose up
- Login with the user
admin1
and passwordadminpass
- CHECK IT OUT SCREW TUTORIALS~~!
- Currently, you have to
docker-compose down
after shutting down the repo because there are some kinks to work out. - CSV uploading doesn't work. probably some permissions thing.
- Automatically upload csv's in a folder
- Figure out why csv's can't be uploaded via gui
- Configure postgres to use a column store extension for uploaded csvs for faster querying
- Incorporate a tool that allows for joins among uploaded csvs.