%%{init: {"theme": "neutral"} }%%
flowchart TB
subgraph "Source Control"
M[main branch] --> FA[feature/alpha/*]
M --> FB[feature/beta/*]
M --> FG[feature/gamma/*]This document describes the automated feedback import system that transfers user feedback data from Asktim to LabelStudio using AWS services. The system uses an event-driven architecture to ensure real-time data processing and reliable delivery.
%%{init: {"theme": "deafult", "layout": "elk"} }%%This document outlines our environment configuration management strategy using AWS Systems Manager Parameter Store. The system is designed to manage Docker Compose environment variables across different deployment environments (DEV, BETA, PROD).
- AWS Systems Manager Parameter Store: Central configuration storage
- EC2 instances: Application hosting environment
sudo yum update -y
sudo yum install git wget unzip -y
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
source ~/.nvm/nvm.sh && nvm install --lts
OlderNewer