Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: (Bit-Mage) <[email protected]>
  • Loading branch information
(Bit-Mage) committed Oct 29, 2024
1 parent bba7b35 commit 4c9b14c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Content/20230717135201-data_engineering.org
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
** Data Engineering Lifecycle
#+begin_src plantuml :file ./images/data-eng-lifecycle.png :exports both
@startuml
[Ingestion] <-> [Storage]
[Storage] <-> [Transformation]
[Storage] <-> [Serving]

package Processing {
[Ingestion] --> [Transformation]
[Transformation] --> [Serving]
Expand All @@ -40,9 +44,6 @@ Serving ==> [Reverse ETL]
@enduml
#+end_src

#+RESULTS:
[[file:./images/data-eng-lifecycle.png]]

* Resources
** Books
- Fundamentals of Data Engineering
Binary file modified Content/images/data-eng-lifecycle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c9b14c

Please sign in to comment.