By analox Tool to explore: Gapminder: https://www.gapminder.org/ Gephi: https://gephi.org/ Superset: https://reflectivedata.com/getting-started-apache-superset-enterprise-ready-business-intelligence-platform/ https://shuaiw.github.io/2017/08/26/building-beautiful-dashboards-with-superset.html
# Load some data to play with superset load_examples # Create default roles and permissions superset init # To start a development web server on port 8088, use -p to bind to another port superset runserver -d Reply
# Load some data to play with
superset load_examples
# Create default roles and permissions
superset init
# To start a development web server on port 8088, use -p to bind to another port
superset runserver -d