modulepackage
0.0.0-20241123180039-a0be99d8b0f7
Repository: https://github.com/rajeshamdev/goapp.git
Documentation: pkg.go.dev
# README
Multi-container Multi-zone App Deployment on AWS
Technologies used:
- VPC (subnets, security groups, internet gateway, routes)
- IAM (Roles)
- EC2 Instances (with ASG - Auto Scaling Group)
- Serverless compute (Fargate and Lambda)
- Container deployment with ECS and EKS
- Terraform (or drop in compatible OpenTofu)
- Dockers and containers
There are two apps - a backend REST API server and the front-end React app.
Backend app is written in golang utilizing gin framework (github.com/gin-gonic/gin for REST API routes) and YouTube Data APIs:
- To collect YouTube channel metrics/stats
- Walks through the list of videos on a channel
- Find the video's metrics (views, likes)
- Gets comments, and the user who commented
- Does sentiment analysis (VADER - Valence Aware Dictionary and sEntiment Reasoner) on the comments.
Note: YouTube Data APIs are subjective to API Rate Limits.
Front-end is a very simple React GUI app.
Docker images built for both apps (backend and frontend):
- Tested standalone
- Tested by deploying on AWS with API Gateway + Lambda
- Tested by deploying on ECS:
- with EC2 (Auto Scaling Group) infrastructure
- Fargate serverless Infrastructure
Used Terraform to deploy on AWS.
# Packages
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author