Skip to content

Commit

Permalink
add more
Browse files Browse the repository at this point in the history
  • Loading branch information
yueguoguo committed Dec 15, 2023
1 parent 4b141c7 commit 8549be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-12-13-domain-driven-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ schemas in different components of a data science or machine learning pipeline.
|Data warehouse|raw file|data lake|
|ETL|Distributed file (parquet, csv, etc.) system|`Spark`, `Hadoop`, etc.|
|Data science|In-memory data objects|(In Python) `numpy`, `pandas`, `tensorflow`, etc.|
|Front-end|`JSON`, `XML`|Restful API, static site files, etc.|
|Front-end|`JSON`, `protobuf`, `avro`, `XML`|Restful API, static site files, etc.|
|System config|`YAML`, system shell file|OS|

The data that is used in the domain may appear in all of the places above. The
Expand Down

0 comments on commit 8549be5

Please sign in to comment.