mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:23:07 +02:00
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
|
|
1. Receive data from database
|
||
|
|
2. Calculate data:
|
||
|
|
a) User Count
|
||
|
|
b) Movies Count
|
||
|
|
c) Rating Count
|
||
|
|
d) Total data size
|
||
|
|
e) "Hot" movies -> movies that received most ratings during last
|
||
|
|
week
|
||
|
|
f) System logs (keeps tracks of all messages exchanged by all services)
|
||
|
|
1. timestamp (when was a message send)
|
||
|
|
2. Message raw data
|
||
|
|
3. Send requests to frondend upon request
|