Sub Module Introduction » History » Version 1
jun chen, 03/10/2025 12:31 AM
1 | 1 | jun chen | # Sub Module Introduction |
---|---|---|---|
2 | |||
3 | ## Main |
||
4 | |||
5 | main include main executable and main python script |
||
6 | |||
7 | ## Core |
||
8 | |||
9 | distributed system engine was defined here which include FilerService, Job, MapReduce, Scheduler, Woker, l.auncher |
||
10 | |||
11 | ## Common |
||
12 | |||
13 | include all common used python/cpp code which only be used inside Vesper |
||
14 | |||
15 | ## Utils |
||
16 | |||
17 | include some common script files which faced to users |
||
18 | |||
19 | ## CPM |
||
20 | |||
21 | include cpm code |