diff --git a/docs/IndividualServices/analytics_service.txt b/docs/IndividualServices/analytics_service.txt new file mode 100644 index 00000000..c8e0e371 --- /dev/null +++ b/docs/IndividualServices/analytics_service.txt @@ -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 diff --git a/docs/toDos/deployment_script.txt b/docs/toDos/deployment_script.txt index 028307af..27b9ed12 100644 --- a/docs/toDos/deployment_script.txt +++ b/docs/toDos/deployment_script.txt @@ -22,3 +22,4 @@ Decide: Google Cloud +We have google accounts anyway What technology for script (Ansible?) +