Superset Solution
You can use Superset integrated other software for Data Analysis.
Integrate Superset Charts into other web apps
- 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
- 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
- Get the URL of the Charts and embed it on the web app page
For more information, please refer to the official documentation