Serverless ML prediction system using AWS Lambda, API Gateway, and containerized models. ├── deployment/ # Deployment scripts ├── training/ # Model training ├── monitoring/ # Performance tracking ├── ...
🐳 Simple example of event driven communication between microservices, based on Docker containers, Docker Compose and RabbitMQ. Microservices are implemented in Node.js using Koa.