# Data structure

Sunburst New diagram requires a hierarchical data structure. These are types of data models in which data points are organized in a tree-like format. Key features include:

* **Parent-child relationships**: Each node can have one parent and multiple children.
* **Levels**: Data is organized into different levels, representing the depth of hierarchy.
* **Easy navigation**: Facilitates the tracing of data lineage and relationship mappings.

<figure><img src="https://1632500807-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0ARtwElTSzdwWxw4t1pi%2Fuploads%2FOGH2A3Z3CWy1HzYpKmbg%2FSunburst-Data-strucure.png?alt=media&#x26;token=58bbae97-c877-4edb-be05-0141b0fdd0bc" alt=""><figcaption></figcaption></figure>
