From 1f732cfed05671599ca1756792d8954ebe85ebe8 Mon Sep 17 00:00:00 2001 From: "Krzysztof R." Date: Sat, 11 May 2024 14:25:57 +0200 Subject: [PATCH] feat: requiremnets for deployment and monitoring --- docs/IndividualServices/AI.txt | 0 docs/IndividualServices/backend.txt | 0 docs/IndividualServices/frontend.txt | 0 docs/IndividualServices/notification.txt | 0 docs/toDos/deployment_script.txt | 24 ++++++++++++++++++++++++ docs/toDos/monitoring_service.txt | 12 ++++++++++++ 6 files changed, 36 insertions(+) create mode 100644 docs/IndividualServices/AI.txt create mode 100644 docs/IndividualServices/backend.txt create mode 100644 docs/IndividualServices/frontend.txt create mode 100644 docs/IndividualServices/notification.txt create mode 100644 docs/toDos/deployment_script.txt create mode 100644 docs/toDos/monitoring_service.txt diff --git a/docs/IndividualServices/AI.txt b/docs/IndividualServices/AI.txt new file mode 100644 index 00000000..e69de29b diff --git a/docs/IndividualServices/backend.txt b/docs/IndividualServices/backend.txt new file mode 100644 index 00000000..e69de29b diff --git a/docs/IndividualServices/frontend.txt b/docs/IndividualServices/frontend.txt new file mode 100644 index 00000000..e69de29b diff --git a/docs/IndividualServices/notification.txt b/docs/IndividualServices/notification.txt new file mode 100644 index 00000000..e69de29b diff --git a/docs/toDos/deployment_script.txt b/docs/toDos/deployment_script.txt new file mode 100644 index 00000000..028307af --- /dev/null +++ b/docs/toDos/deployment_script.txt @@ -0,0 +1,24 @@ +One script upon being ran should deploy the entire solution to some +cloud service + +It should: +1. Build everything +2. Connect to cloud service (Azure?) +3. Send the data + +After it will be run website should be accessible under some address + (cloud service should provide this address?) + +Decide: + What cloud service? (Azure?) Requirements: + a. Free (https://github.com/cloudcommunity/Cloud-Free-Tier-Comparison) + b. Popular + AWS: + + Most popular + + "Always" free + + AWS CDK available + Azure + -Microsoft + Google Cloud + +We have google accounts anyway + What technology for script (Ansible?) diff --git a/docs/toDos/monitoring_service.txt b/docs/toDos/monitoring_service.txt new file mode 100644 index 00000000..f2415c12 --- /dev/null +++ b/docs/toDos/monitoring_service.txt @@ -0,0 +1,12 @@ +Monitoring service +Monitoring service should keep track of all communication +send between all services +Store logs with: +1. timestamp (when was a message send) +2. Message raw data + +To decide: + What to use for Monitoring service? + Maybe cloud service will provide us with functioning one? + Maybe deployment tool already has one? +