https://github.com/obytes/superset-image
A customised superset image
https://github.com/obytes/superset-image
Last synced: 9 months ago
JSON representation
A customised superset image
- Host: GitHub
- URL: https://github.com/obytes/superset-image
- Owner: obytes
- Created: 2021-11-30T10:15:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-17T03:45:13.000Z (over 3 years ago)
- Last Synced: 2025-04-06T20:35:48.447Z (9 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 10
- Watchers: 12
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A modern, enterprise-ready business intelligence web application.
### Overview
This Docker image is an extended image from the official [DockerHub](https://hub.docker.com/r/apache/superset) with additional requirements such as snowflake-sqlalchemy, gunicron and gevent
### Running the docker stack local
- For running the stack for the first time we are going to use the docker-compose-init.yml file as it has the init_service container to create the required initial user and setting up the database `superset db update`
- `make build_init`
- `make up_init` In this stack the superset-app is using the Flask development web server which is not intended to be used in production
- To run the stack without the init_service, no need to re-initialize
- `make build`
- `make up` In this stack the superset-app is using the gunicorn web server with gevent worker-class `production use`
### Environment file
All the containers in docker-compose stack using the docker-compose.local.env file, you can customize the environments variables