Files
nexus/wiki/sources/install-apache-superset-in-docker.md
2026-04-14 16:02:50 +08:00

33 lines
1.1 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, bi, docker, mysql, superset]
date: 2026-04-13
source_file: raw/Technical/Home Office/Install Apache Superset in Docker.md
---
## Summary
- 核心主题Apache Superset 在 Docker 环境下的安装与配置
- 问题域BI可视化平台自托管部署
- 方法/机制Docker镜像部署 + FAB管理员账户创建 + 数据库初始化
- 结论/价值通过GHA版本快速部署可用的Superset实例
## Key Claims
- Docker pull可直接获取Superset GHA版本镜像
- 容器端口映射8777:8088实现宿主机访问Superset Web UI
- 必须通过superset fab create-admin创建初始管理员账户
- load_examples命令加载示例数据集用于功能验证
## Key Concepts
- [[Apache Superset]]开源BI和数据可视化平台支持SQL查询和图表构建
- [[Docker容器化部署]]通过Docker实现应用与环境隔离的部署方式
## Key Entities
- [[Docker]]容器化平台Superset运行的基础环境
- [[MySQL]]Superset默认元数据库后端
## Connections
- [[Docker容器化部署]] ← 应用场景 ← [[Apache Superset]]
## Contradictions