add folder laying out plan
This commit is contained in:
parent
acac0b5330
commit
24c52f5636
44
plan/workflow.md
Normal file
44
plan/workflow.md
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
|
||||||
|
## source maintenanc
|
||||||
|
|
||||||
|
```
|
||||||
|
source maintenance
|
||||||
|
+----------------------------------------------------------------------------------------------------------------+
|
||||||
|
| +-------------+ |
|
||||||
|
| |MAKE NEW | |
|
||||||
|
| +-------------+ |
|
||||||
|
| |
|
||||||
|
| existing sources source name |
|
||||||
|
| +-------------+ +---------------+ |
|
||||||
|
| |dcard | |dcard | |
|
||||||
|
| |hunt | +---------------+ |
|
||||||
|
| |pncc | data source |
|
||||||
|
| |paycom | +---------------+ |
|
||||||
|
| |adp | |client file | |
|
||||||
|
| | | +---------------+ |
|
||||||
|
| | | loading function |
|
||||||
|
| | | +---------------+ |
|
||||||
|
| | | |csv parser | |
|
||||||
|
| | | +---------------+ |
|
||||||
|
| | | schema |
|
||||||
|
| | | +----------------+ +------------+ |
|
||||||
|
| | | |default | |b: add new | |
|
||||||
|
| | | +----------------+ +------------+ |
|
||||||
|
| | | +-------------------------------------------------------------+ |
|
||||||
|
| | | |path |data type |column name |constrain| |
|
||||||
|
| | | +-------------------------------------------------------------+ |
|
||||||
|
| | | |{Post. Date} |date |post_date |X | |
|
||||||
|
| | | |{Amount} |numeric |amount |X | |
|
||||||
|
| | | |{Trans. Date} |date |trans_date |X | |
|
||||||
|
| | | |{Category} |text |category | | |
|
||||||
|
| | | |{Description} |text |descr | | |
|
||||||
|
| | | | | | | | |
|
||||||
|
| | | | | | | | |
|
||||||
|
| | | | | | | | |
|
||||||
|
| | | | | | | | |
|
||||||
|
| | | | | | | | |
|
||||||
|
| | | | | | | | |
|
||||||
|
| | | | | | | | |
|
||||||
|
| +-------------+ +-------------------------------------------------------------+ |
|
||||||
|
+----------------------------------------------------------------------------------------------------------------+
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user