quickview-superset

所属分类:Docker
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2024-01-04 21:17:00
上 传 者sh-1993
说明:  该存储库用作存储Apache Superset配置文件和Dockerfile的中心位置,以构建并通过CI将其推送到DockerHub。
(This repository serves as a central location for storing Apache Superset configuration files and Dockerfile to build and push it to DockerHub through CI.)

文件列表:
docker-entrypoint-initdb.d/
etc/superset/
images/clickhouse/
scripts/
Dockerfile
LICENSE
docker-compose.yaml

# quickview-superset [![license](https://img.shields.io/:license-Apache%202-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.txt) # Docker - Start all services to deploy needed environment: ```bash docker-compose up -d --build --force-recreate ``` - Stop all services: ```bash docker-compose down -v ``` That's important to remove all the volumes because it could cause any error in the future setups. > dogacan. (2021). [Apache Superset error when installing locally using Docker Compose](https://stackoverflow.com/questions/68060234/apache-superset-error-when-installing-locally-using-docker-compose). # Versions - The `latest` tag points to the latest release of the latest stable branch. # Volumes - `/etc/superset/` — folder with superset configuration. - `/app/docker-entrypoint-initdb.d/` — scripts to run on Apache Superset container start. - `/app/docker-entrypoint-superset-on-startup.sh` — script to run Apache Superset with pre-configured assets. # Configuration ### Redis environment variables - `CACHE_REDIS_HOST`: Redis application host. - `CACHE_REDIS_PORT`: Redis application port. - `CACHE_REDIS_DB`: Redis application database name. - `CACHE_REDIS_URL`: Redis application database URL. ### PostgreSQL environment variables - `SQLALCHEMY_DATABASE_URI`: PostgreSQL application database URI to connect. ### ClickHouse environment variables - `CLICKHOUSE_PASSWORD`: ClickHouse application database password. ### Superset environment variables - `SUPERSET_USERNAME`: Apache Superset application username. - `SUPERSET_PASSWORD`: Apache Superset application password. - `SUPERSET_FIRSTNAME`: Apache Superset application firstname. - `SUPERSET_LASTNAME`: Apache Superset application lastname. - `SUPERSET_EMAIL`: Apache Superset application e-mail. - `SUPERSET_HOST`: Apache Superset application host. - `SUPERSET_PORT`: Apache Superset application port. - `SECRET_KEY`: Apache Superset application secret key.

近期下载者

相关文件


收藏者