An experimental-ish kind of note.
In pursuit of my Masters in Data Analytics from NW Missouri State University I am building a final project around my [[PDW|Data Journal]]. At the time of this writing, that is in my future (~2 months out).
After writing the [[Data Tools Overview]], I'm thinking I will build an *enduring, real-world value* tool, possibly with some "for school" flourishes.[^1] I plan to utilize as much FOSS (Free and [[Open Source]]) software as possible.
```mermaid
---
title: Final Project Stack
---
flowchart TD
A(sources)
B(ETL)
C(model & house)
D(analyze)
E(present)
A-->B-->C-->D-->E
F(Quantified Self Stuff)
G(debt and/or python)
H(DuckDB)
I(Jupyter)
J(Meta base?)
F-->G-->H-->I-->J
```
## stretch goal
### data journal video project
As part of all of this I could handle the death journal video project too it's a bit out of the wheelhouse of what they would ask for, but could make for stellar extra credit
### tailscale raspberry pi local data journal
Build a non-google apps script version that does what Google Sheets does and self host
****
# More
## Source
- self
[^1]: for example, if I have to demonstrate the use of streaming data like [[Kafka]] or something, I'll force it into some throwaway path.