{"id":21991702,"url":"https://github.com/olivera2708/netflix-cloud","last_synced_at":"2026-01-31T12:35:21.109Z","repository":{"id":248315639,"uuid":"806621389","full_name":"Olivera2708/Netflix-cloud","owner":"Olivera2708","description":"This project is a web application for streaming movies, similar to Netflix, utilizing Angular for the frontend hosted on an S3 bucket, with a backend powered by AWS services including Lambda, Step Functions, SNS, SQS, DynamoDB, and API Gateway for handling all requests.","archived":false,"fork":false,"pushed_at":"2024-06-30T14:12:44.000Z","size":64360,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-18T13:51:53.170Z","etag":null,"topics":["api-gateway","aws","cdk","dynamodb","lambda","python","s3","sns","sqs","step-functions"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Olivera2708.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-27T14:50:38.000Z","updated_at":"2024-10-23T20:04:42.000Z","dependencies_parsed_at":"2024-07-13T23:47:36.533Z","dependency_job_id":null,"html_url":"https://github.com/Olivera2708/Netflix-cloud","commit_stats":null,"previous_names":["olivera2708/netflix-cloud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Olivera2708/Netflix-cloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olivera2708%2FNetflix-cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olivera2708%2FNetflix-cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olivera2708%2FNetflix-cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olivera2708%2FNetflix-cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Olivera2708","download_url":"https://codeload.github.com/Olivera2708/Netflix-cloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Olivera2708%2FNetflix-cloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28943342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T12:10:04.904Z","status":"ssl_error","status_checked_at":"2026-01-31T12:09:58.894Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-gateway","aws","cdk","dynamodb","lambda","python","s3","sns","sqs","step-functions"],"created_at":"2024-11-29T20:10:59.894Z","updated_at":"2026-01-31T12:35:21.090Z","avatar_url":"https://github.com/Olivera2708.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netflix on Cloud\n\n## Project Overview\n\nThis project is a web application designed to store and manage movie content, developed using AWS cloud services and following cloud-native architecture principles.\n\n## User Types\n\n- **Unauthenticated User**: Can register and log into the system.\n- **Administrator**: Authenticated user with the ability to upload, view, edit, and delete content.\n- **Regular User**: Authenticated user who can search, view, rate, subscribe to content, manage subscriptions, receive notifications, have a personalized feed, and download content.\n\n## System Components\n\n- **Client Application**: Provides a graphical interface for users to access system functionalities.\n- **Server Application**: A cloud-native application containing the business logic of the system, leveraging AWS services to meet functional and non-functional requirements.\n\n## Functional Requirements\n\n1. **User Registration**: Unauthenticated users can register by providing necessary details.\n2. **User Login**: Unauthenticated users can log in using their credentials.\n3. **Content Upload (Admin)**: Administrators can upload movie content along with metadata (file name, type, size, creation and modification time, title, description, actors, directors, genres).\n4. **Content Viewing**: Both administrators and regular users can view content and metadata.\n5. **Content Editing (Admin)**: Administrators can edit movie content and metadata.\n6. **Content Deletion (Admin)**: Administrators can delete movie content and associated metadata.\n7. **Content Search**: Regular users can search content based on metadata.\n8. **Content Download**: Regular users can download movie content.\n9. **Content Rating**: Regular users can rate content.\n10. **Content Subscription**: Regular users can subscribe to content based on actors, directors, genres, etc.\n11. **Subscription Management**: Regular users can manage their subscriptions.\n12. **Personalized Feed**: Regular users get a personalized feed based on previous interactions.\n13. **Content Transcoding**: Users can choose the resolution for viewing or downloading content, with automatic processing and storage of different resolutions.\n\n## Non-Functional Requirements\n\n1. **Cloud-Native Architecture**: The system follows cloud-native architecture using appropriate AWS services.\n2. **Separate Storage for Content and Metadata**: Content and metadata are stored separately in appropriate storage solutions.\n3. **Performance**: Ensuring efficient performance during content search and retrieval.\n4. **Infrastructure as Code (IaC)**: All services are instantiated and configured using IaC tools.\n5. **Communication Style**: Appropriate use of synchronous and asynchronous communication, following event-driven architecture principles.\n6. **API Gateway**: Serves as the entry point for the system, offering REST APIs for communication.\n7. **Frontend Deployment**: The frontend application is publicly accessible and interacts with the backend services.\n8. **Notification System**: Users receive notifications when new content matching their subscriptions is available.\n\n## AWS Services Used\n\n- **AWS Lambda**: For serverless execution of business logic.\n- **AWS Step Functions**: To coordinate distributed components and handle workflows.\n- **Amazon SNS (Simple Notification Service)**: For sending notifications to users.\n- **Amazon SQS (Simple Queue Service)**: For asynchronous communication between system components.\n- **Amazon DynamoDB**: For storing metadata and user data.\n- **Amazon S3 (Simple Storage Service)**: For storing movie content and serving static assets for the Angular frontend.\n- **AWS API Gateway**: Serves as a gateway for all API requests, creating, publishing, maintaining, monitoring, and securing APIs.\n\n## Deployment\n\n- **Frontend Application**: Deployed using AWS S3 bucket, ensuring it is publicly accessible and interacting seamlessly with the backend services.\n\n## Architecture Diagram\n\n![diagram](diagram.png)\n\n## Getting Started\n\nTo get started with the project, follow the instructions below:\n\n1. **Clone the Repository**: `git clone https://github.com/Olivera2708/Netflix-cloud`\n2. **Install Dependencies**: Navigate to the project directory and run `npm install` for the frontend and `pip install -r requirements.txt` for the backend.\n3. **Deploy the Infrastructure**: Use the provided IaC scripts to deploy the necessary AWS resources.\n4. **Run the Application**: Start the frontend application and ensure it connects to the deployed backend services.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folivera2708%2Fnetflix-cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folivera2708%2Fnetflix-cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folivera2708%2Fnetflix-cloud/lists"}