feat(wiki): complete all remaining 85 raw files ingestion (auto-script)

This commit is contained in:
2026-04-14 21:07:18 +08:00
parent 67baf7b39d
commit 36666fc9c4
161 changed files with 5572 additions and 368 deletions

View File

@@ -0,0 +1,35 @@
---
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
- 无冲突