{"id":26486728,"url":"https://github.com/snehit221/aws-music-explore","last_synced_at":"2026-04-08T23:35:04.570Z","repository":{"id":235313941,"uuid":"785530719","full_name":"snehit221/aws-music-explore","owner":"snehit221","description":"A cloud-native scalable, serverless music search application with lyrics retrieval. It also allows users to listen the songs via Youtube and Apple Music song previews.","archived":false,"fork":false,"pushed_at":"2025-02-03T21:13:53.000Z","size":65718,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T01:27:42.261Z","etag":null,"topics":["angular","aws","aws-cloudformation","aws-dynamodb","aws-elasticache","aws-vpc","python"],"latest_commit_sha":null,"homepage":"https://drive.google.com/file/d/1PRhCotaE_aTnaTjU5phF7XRMoXBykRIF/view?usp=drive_link","language":"TypeScript","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/snehit221.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,"zenodo":null}},"created_at":"2024-04-12T04:21:20.000Z","updated_at":"2025-09-04T00:20:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"a29b96d9-4046-4da5-addd-af03c72e9c6c","html_url":"https://github.com/snehit221/aws-music-explore","commit_stats":null,"previous_names":["snehit221/aws-music-explore"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/snehit221/aws-music-explore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snehit221%2Faws-music-explore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snehit221%2Faws-music-explore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snehit221%2Faws-music-explore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snehit221%2Faws-music-explore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snehit221","download_url":"https://codeload.github.com/snehit221/aws-music-explore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snehit221%2Faws-music-explore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["angular","aws","aws-cloudformation","aws-dynamodb","aws-elasticache","aws-vpc","python"],"created_at":"2025-03-20T06:20:54.382Z","updated_at":"2026-04-08T23:35:04.556Z","avatar_url":"https://github.com/snehit221.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Music Explore\n\n## Abstract\n\nMusic Explore is an innovative cloud-native service that enables users to discover and enjoy music through lyrics. It employs serverless architecture and ETL operations to curate a rich database of song information, enhancing user engagement by appending YouTube watch URLs and Apple Music song preview links to song cards. The application provides a personalized user experience by featuring randomly selected song cards from previous searches on the home screen, promoting song rediscovery.\n\n## Introduction\n\nIn today’s world, music enthusiasts are constantly seeking innovative platforms that facilitate seamless exploration and discovery of their favorite tunes. Music Explore aims to bring a personalized touch to the user experience by leveraging advanced cloud-native technologies. By caching frequently searched song queries and enriching song data with dynamic content, Music Explore offers a unique and engaging music discovery experience.\n\n## DEMO VIDEO:\n[Watch the Demo](https://drive.google.com/file/d/1PRhCotaE_aTnaTjU5phF7XRMoXBykRIF/view?usp=drive_link) \n\n## Cloud Native Project Architecture:\n\n![Architecture Diagram](architecture.png)\n\n## List of Services Used\n\n- **Compute Services:**\n  - AWS Elastic Container Service (ECS) \u0026 Elastic Container Registry (ECR)\n  - AWS Lambda\n\n- **Storage Service:**\n  - AWS DynamoDB\n  - AWS S3\n\n- **Network Services:**\n  - AWS Virtual Private Cloud (VPC)\n  - API Gateway\n\n- **General Services:**\n  - Amazon ElastiCache (Redis)\n  - AWS SQS\n\n## Explanation of Services\n\n- **Why Chosen:**\n  - ECS \u0026 ECR: Seamlessly deploy containerized frontend, ensuring scalability and reliability.\n  - Lambda: Serverless backend operations for dynamic scaling and cost efficiency.\n  - DynamoDB: Flexible, scalable NoSQL database for storing song information.\n  - VPC: Ensures network isolation and security for backend operations.\n  - API Gateway: Centralizes API management for efficient communication between frontend and backend.\n  - ElastiCache: Improves performance by caching frequently accessed song data.\n  - SQS: Provides asynchronous message queuing for scalable and reliable backend processing.\n\n## Deployment \u0026 Delivery Model\n\n- **Deployment Model:** Public cloud for scalability and reliability, leveraging AWS services.\n- **Delivery Model:** Platform as a Service (PaaS) \u0026 Function as a Service (FaaS) for managed infrastructure and rapid development.\n\n## Data Storage \u0026 Programming Languages\n\n- **Data Storage:** DynamoDB for persistent storage of song information, Redis Cache for temporary data caching.\n- **Languages Used:** JavaScript/TypeScript for frontend (Angular), Python for backend (AWS Lambda), ensuring robustness and scalability.\n\n## Deployment to Cloud\n\n- **Deployment:** Entire system deployed using AWS CloudFormation, enabling infrastructure as code and automated provisioning.\n- **Serverless Architecture:** Leveraging AWS Lambda for backend processing and ECS Fargate for frontend deployment, achieving cost efficiency and scalability.\n\n## Additional Details\n\n- **Data Enrichment:** Music Explore enriches song data with YouTube watch URLs and Apple Music song preview links, providing users with dynamic content.\n- **Personalization:** The application's home screen features randomly selected song cards from the user's previous searches, fostering a sense of familiarity and discovery.\n- **Security:** Utilizing AWS VPC for network isolation and fine-grained access control ensures data security and compliance.\n- **Scalability:** Leveraging AWS services such as Lambda and DynamoDB allows Music Explore to scale seamlessly based on demand, ensuring optimal performance for users.\n- **Cost Efficiency:** By adopting serverless architecture and leveraging managed services, Music Explore minimizes operational overhead and infrastructure costs.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnehit221%2Faws-music-explore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnehit221%2Faws-music-explore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnehit221%2Faws-music-explore/lists"}