feat(wiki): ingest remaining subdirectories batch (51 files)

- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
This commit is contained in:
2026-04-14 20:48:34 +08:00
parent 631b34fa88
commit f9ac3145ab
79 changed files with 2920 additions and 153 deletions

View File

@@ -0,0 +1,36 @@
---
title: "用Docker安装Apache Superset"
type: source
tags: [apache-superset, docker, bi, mysql]
date: 2025-09-15
---
## Source File
- [[raw/Home Office/用Docker安装Apache Superset.md]]
## Summary
- 核心主题:通过 Docker 安装 Apache Superset 商业智能平台
- 问题域:数据可视化与分析
- 方法/机制docker run 部署,创建 admin 账号,加载示例数据
- 结论/价值:自助式 BI 平台,支持 SQL 查询和可视化仪表盘
## Key Claims
- 镜像apache/superset:GHA-19524015706
- 端口8777:8088
- 初始化步骤fab create-admin → db upgrade → load_examples → init
## Key Quotes
> "docker exec -it superset fab create-admin" — Superset 初始化管理员账号的关键命令
## Key Concepts
- [[Apache Superset]]:开源商业智能平台,支持 SQL 查询和可视化
- [[BI]]:商业智能,数据分析与可视化
## Key Entities
- [[Apache Superset]]BI 工具
## Connections
- [[Docker]] ← runs ← [[Apache Superset]]
## Contradictions
-