You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modular Microservices architecture for efficient video-to-MP3 conversion. Independent microservices handle video processing and audio extraction, providing adaptability for diverse applications and varying workloads.
Production-grade microservices architecture deployed on Kubernetes (Kind) with Istio service mesh, featuring independent PostgreSQL databases per service, JWT-based authentication, NGINX ingress routing, and full observability via Kiali.
🎧 A cloud-native microservices app that converts videos to MP3, using Flask, RabbitMQ, GridFS, and Kubernetes. Includes secure JWT auth, async processing, and email notifications.
This project is a production-level, microservices-based backend for converting MP4 video files to MP3 audio, with user authentication, notification, and scalable orchestration. It leverages modern cloud-native technologies for reliability, scalability, and maintainability.