feat: analytics service requirements

This commit is contained in:
Krzysztof R. 2024-05-11 15:05:30 +02:00
parent 1f732cfed0
commit 7158d99990
2 changed files with 13 additions and 0 deletions

View 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

View File

@ -22,3 +22,4 @@ Decide:
Google Cloud
+We have google accounts anyway
What technology for script (Ansible?)