feat(wiki): complete all remaining 85 raw files ingestion (auto-script)
This commit is contained in:
35
wiki/sources/Docker安装Apache-Superset.md
Normal file
35
wiki/sources/Docker安装Apache-Superset.md
Normal 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
|
||||
- 无冲突
|
||||
Reference in New Issue
Block a user