My Talk about Superset [Python Milano Meetup]

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

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.

social