mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 14:43:08 +02:00
feat: analytics service requirements
This commit is contained in:
parent
1f732cfed0
commit
7158d99990
12
docs/IndividualServices/analytics_service.txt
Normal file
12
docs/IndividualServices/analytics_service.txt
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
@ -22,3 +22,4 @@ Decide:
|
||||
Google Cloud
|
||||
+We have google accounts anyway
|
||||
What technology for script (Ansible?)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user