mirror of
https://github.com/apache/superset.git
synced 2026-06-09 01:29:18 +00:00
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
---
|
|
sidebar_position: 5
|
|
version: 1
|
|
---
|
|
|
|
import InteractiveSVG from '../../src/components/InteractiveERDSVG';
|
|
|
|
# Resources
|
|
|
|
## Entity-Relationship Diagram
|
|
|
|
Here is our interactive ERD:
|
|
|
|
<InteractiveSVG />
|
|
|
|
<br />
|
|
|
|
[Download the .svg](https://github.com/apache/superset/tree/master/docs/static/img/erd.svg)
|