35 lines
820 B
Markdown
35 lines
820 B
Markdown
---
|
||
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]]
|