Skip to main content
Version: 1.0

Superset Solution

You can use Superset integrated other software for Data Analysis.

Integrate Superset Charts into other web apps

  1. Modify the Superset configuration file (/data/apps/superset/src/docker/pythonpath_dev/superset_config.py),and restart the Superset container
  • Add a global configuration item to the configuration file: PUBLIC_ROLE_LIKE = "Gamma"
  • Run the command to restart the container: docker restart superset-app
  1. Edit role Public permissions: Click the blank space at the end of the permission list box to add the 'All Database Access on all_database_access' permission

  1. Get the URL of the Charts and embed it on the web app page

For more information, please refer to the official documentation