Skip to content

Commit 47bbcc7

Browse files
committed
complete final changes
1 parent f857a1e commit 47bbcc7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
Loading

content/blog/entries/2024-07-12-automating-quantifying/contents.lr renamed to content/blog/entries/2024-07-10-automating-quantifying/contents.lr

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ community
1111
---
1212
author: naishasinha
1313
---
14-
pub_date: 2024-07-12
14+
pub_date: 2024-07-10
1515
---
1616
body:
1717

@@ -55,7 +55,9 @@ a **[technical whitepaper by Amazon Web Services (AWS)][AWS-whitepaper]** on Dis
5555
my own DFD. As I was still relatively new to the codebase, it helped me simplify
5656
the current system into manageable components and better understand how to implement the rest of the project.
5757

58-
[insert DFD here with explanation of directory setup]
58+
![DFD](DFD.png)
59+
This was the initial layout for the data directory flow; however, the more I delved into the development process,
60+
the more the steps changed. I will present the final directory flow in Part 2 at the end of the program.
5961

6062
### II. Identifying the First Data Source to Target
6163
The main approach for implementing this project was to target one specific data source and complete its data extraction, analysis,

0 commit comments

Comments
 (0)