Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 494 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 494 Bytes

E-Commerce Kafka Implementation on EC2

This project demonstrates a simple e-commerce setup using Apache Kafka deployed on Amazon EC2 instances. The implementation is done from scratch without using any managed services.

Project Overview

This project simulates a basic e-commerce system with the following components:

  1. Order Service
  2. Inventory Service
  3. Shipping Service
  4. Apache Kafka Cluster

All components are deployed on separate EC2 instances for scalability and isolation.