15 lines
435 B
Markdown
Raw Normal View History

2021-08-01 14:27:44 -07:00
# Schemas
## Schema Modeling
2021-08-13 20:12:38 +00:00
OpenMetadata takes the **schema-first** approach to model metadata as a Single Source of Truth with clear vocabulary for the system. First, the Entities, Types, and relationships between the entities in the system are identified and schemas are defined for them. Code is then generated from these schemas for implementation.
2021-08-01 14:27:44 -07:00
2021-08-04 06:23:29 +00:00
## Schemas
2021-08-01 14:27:44 -07:00
{% page-ref page="entities/" %}
2021-08-04 06:23:29 +00:00
{% page-ref page="types/" %}
2021-08-01 14:27:44 -07:00