Files
nexus/wiki/sources/Docker安装Apache-Superset.md

36 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: "Docker安装Apache Superset"
type: source
tags: [Superset, Docker, BI, MySQL]
date: 2025-03-14
---
## Source File
- [[raw/Home Office/用Docker安装Apache Superset.md]]
## Summary
- 核心主题Docker方式安装Apache Superset BI平台
- 问题域快速部署Superset做数据可视化
- 方法/机制docker pull → docker run → fab create-admin → db upgrade → load_examples → init
- 结论/价值Superset安装的最小命令集
## Key Claims
- 拉取镜像docker pull apache/superset:GHA-19524015706
- 运行容器docker run -d -p 8777:8088 -e "SUPERSET_SECRET_KEY=mysuperset" --name superset apache/superset:GHA-19524015706
- 创建管理员docker exec -it superset superset fab create-admin --username admin --firstname Superset --lastname Admin --email admin@superset.com --password admin
- 初始化docker exec -it superset superset db upgrade && docker exec -it superset superset load_examples && docker exec -it superset superset init
- 访问地址http://192.168.3.47:8777/
## Key Concepts
- [[ApacheSuperset]]开源BI和数据可视化平台
## Key Entities
- [[Superset]]Apache开源BI工具
- [[Docker]]:容器化平台
## Connections
- [[Docker安装Apache-Superset]] ← documents ← [[ApacheSuperset]]
## Contradictions
- 无冲突