新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,34 @@
---
title: "Apache Superset"
type: entity
tags: [bi, data-visualization, python]
sources: [install-apache-superset-in-docker.md]
last_updated: 2026-04-14
---
## Definition
Apache Superset是一款开源的BI商业智能可视化平台支持SQL查询、图表构建和仪表板创建。
## Aliases
- Superset
- Apache Superset
## Key Attributes
- 类型BI可视化平台
- 语言Python
- 许可Apache License 2.0
- 默认端口8088
## Key Capabilities
- SQL IDE支持多数据库连接
- 丰富的图表类型ECharts、D3.js等
- 拖拽式仪表板构建
- 缓存层Redis/Celery
## Related Entities
- [[Docker]]:部署方式
- [[MySQL]]:元数据库后端
## Connections
- [[Apache Superset]] ← 部署于 ← [[Docker]]
- [[MySQL]] ← 元数据库 ← [[Apache Superset]]