Files
nexus/wiki/sources/install-apache-superset-in-docker.md
2026-04-17 08:38:12 +08:00

37 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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
- (暂无)