|
@@ -20,28 +20,28 @@ At Stockr, our primary analytics consist of leveraging public consumer media and
|
20
|
20
|
### Application Communication Diagram
|
21
|
21
|
|
22
|
22
|
```
|
23
|
|
- +-----------------------------------------------------------+
|
24
|
|
- +-----------------+ | |
|
25
|
|
- | | | Server |
|
26
|
|
- | User Schema | +----------------+ | |
|
27
|
|
- | +----------> +-----> Data Capturing Processing Pipeline Data Processing |
|
28
|
|
- | Semantic Schema | | MySQL Database | | |
|
29
|
|
- | <----------+ <-----+ Web Crawler Queue Monitor Semantic Analysis |
|
30
|
|
- | Scoring Schema | +----------------+ | |
|
31
|
|
- | | | Data Store |
|
32
|
|
- +-----------------+ | |
|
33
|
|
- +------------------------+--------^-------------------------+
|
34
|
|
- | |
|
35
|
|
- | |
|
36
|
|
- | |
|
37
|
|
- | |
|
38
|
|
- +-----v--------+-----+
|
39
|
|
- | |
|
40
|
|
- | Application View |
|
41
|
|
- | |
|
42
|
|
- | Data Visualization |
|
43
|
|
- | |
|
44
|
|
- +--------------------+
|
|
23
|
+ +-----------------------------------------------------------+
|
|
24
|
+ +-----------------+ | |
|
|
25
|
+ | | | Server |
|
|
26
|
+ | User Schema | +----------------+ | |
|
|
27
|
+ | +----------> +-----> Data Capturing Processing Pipeline Data Processing |
|
|
28
|
+ | Semantic Schema | | MySQL Database | | |
|
|
29
|
+ | <----------+ <-----+ Web Crawler Queue Monitor Semantic Analysis |
|
|
30
|
+ | Scoring Schema | +----------------+ | |
|
|
31
|
+ | | | Data Store |
|
|
32
|
+ +-----------------+ | |
|
|
33
|
+ +------------------------+--------^-------------------------+
|
|
34
|
+ | |
|
|
35
|
+ | |
|
|
36
|
+ | |
|
|
37
|
+ | |
|
|
38
|
+ +-----v--------+-----+
|
|
39
|
+ | |
|
|
40
|
+ | Application View |
|
|
41
|
+ | |
|
|
42
|
+ | Data Visualization |
|
|
43
|
+ | |
|
|
44
|
+ +--------------------+
|
45
|
45
|
|
46
|
46
|
```
|
47
|
47
|
|