mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
docs(ingestion): add architecture diagrams (#11628)
This commit is contained in:
parent
8653b56bf6
commit
fdae71d25f
@ -14,6 +14,18 @@ To mitigate these downsides, we are committed to providing cross-language client
|
||||
|
||||
Ultimately, we intend to realize a state in which the Entities and Aspect schemas can be altered without requiring generated code and without maintaining a single mega-model schema (looking at you, Snapshot.pdl). The intention is that changes to the metadata model become even easier than they are today.
|
||||
|
||||
### Synchronous Ingestion Architecture
|
||||
|
||||
<p align="center">
|
||||
<img width="70%" src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/advanced/mcp-mcl/sync-ingestion.svg"/>
|
||||
</p>
|
||||
|
||||
### Asynchronous Ingestion Architecture
|
||||
|
||||
<p align="center">
|
||||
<img width="70%" src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/advanced/mcp-mcl/async-ingestion.svg"/>
|
||||
</p>
|
||||
|
||||
## Modeling
|
||||
|
||||
A Metadata Change Proposal is defined (in PDL) as follows
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user