This article discusses the creation of a Python microservices application for converting videos to audio. It covers the use of Kubernetes on Amazon EKS, Helm Charts, MongoDB, PostgreSQL, RabbitMQ, and Docker. The application utilizes an API Gateway with endpoints for login, upload, and download. Authentication is done through Postgres, and video data is stored in RabbitMQ before being converted to audio and stored in MongoDB. Docker images are created for each service and pushed to DockerHub.

5m read timeFrom aws.plainenglish.io
Post cover image
Table of contents
Python Microservices Application: Video to Audio ConverterPart 1: Git Clone and Cluster CreationPart 2: MongoDB, PostgreSQL and RabbitMQ installations, SetupsPart 3: Deploying our MicroservicesIn Plain English

Sort: