Yesterday, I gave a talk Python Milano Meetup. The Meetup was designed as Python pills: three 20-minutes talks in a row. The talks:
- Superset: data visualization at AirBnB - Marco Santoni
- Java Vs Python - Cesare Placanica
- pdb in action - Lorenzo Mele
Very nice talk of @Airbnb #Superset with @MrSantoni at #PythonMilano. I see juicy applications for us #BIM guys. https://t.co/Pf1r9nhNEd
— Chiara Rizzarda (@CrShelidon) June 21, 2017
I presented superset, the open source project by AirBnB. It is a data visualization platform developed in Python. It allows to create interactive dashboards. The setup time is extremely short. It interesting for enterprises because the package features deep and granular authorization policies. The dashboards can be designed by business users too. You can indeed design dashboards without writing SQL queries (but there's still the option to write SQL of course). superset
can integrate to most SQL databases thanks to SQLAlchemy
query layer. Furthermore, druid.io
database is supported. I presented atacmonitor as an example of a superset
application.