Visualising data helps in building a much deeper understanding of the data and fastens analytics around the data. There are several mature paid products available in the market. Recently, I explored an open-source product name Apache-Superset which I found a very upbeat product in this space. Some prominent features of Superset are:
- A rich set of data visualisations
- An easy-to-use interface for exploring and visualising data
- Create and share dashboards
After reading about Superset, I wanted to try it, and as Superset is a python
programming language based project, we can easily install it using pip
, but I decided to set it up as a container based on Docker. Apache-Superset GitHub Repo contains code for building and running Superset as a container. Since I wan