Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

View File

@@ -0,0 +1,37 @@
---
title: "Install Apache Superset in Docker"
type: source
tags: [apache, superset, docker, bi, mysql]
date: 2026-04-17
---
## Source File
- [[raw/Home Office/Install Apache Superset in Docker.md]]
## Summary
- 核心主题:使用 Docker 部署 Apache Superset 开源 BI 工具
- 问题域:数据可视化与 BI 平台部署
- 方法/机制:通过 Docker 镜像拉取、容器运行、数据库初始化完成部署
- 结论/价值:提供轻量级自托管 BI 解决方案
## Key Claims
- 使用 Docker 可以快速部署 Apache Superset无需复杂环境配置
- 通过 fab create-admin 命令创建管理员账户实现初始访问
- 需要依次执行 db upgrade、load_examples、init 完成系统初始化
## Key Quotes
> "docker pull apache/superset:GHA-19524015706" — 拉取特定版本 Superset 镜像
> "docker run -d -p 8777:8088 -e \"SUPERSET_SECRET_KEY=mysuperset\" --name superset apache/superset:GHA-19524015706" — 启动容器并配置 Secret Key
## Key Concepts
- [[Apache Superset]]:开源现代化 BI 平台,支持可视化、仪表盘和数据探索
- [[Docker]]:容器化平台,用于打包和运行应用程序
## Key Entities
- [[Apache]]开源软件基金会Superset 项目的托管组织
## Connections
- [[Apache Superset]] ← uses ← [[Docker]]
## Contradictions
- (暂无)