https://github.com/viiku/ecommerce-microservices
Case Study:- Sample of ecommerce microservices (Event Driven Architecture using CQRS design pattern, Axon Framework, API Gateway, Eureka Server)
https://github.com/viiku/ecommerce-microservices
api-gateway axon-server eureka-server event-driven-architecture event-sourcing microservice springboot
Last synced: 6 months ago
JSON representation
Case Study:- Sample of ecommerce microservices (Event Driven Architecture using CQRS design pattern, Axon Framework, API Gateway, Eureka Server)
- Host: GitHub
- URL: https://github.com/viiku/ecommerce-microservices
- Owner: viiku
- Created: 2025-02-03T18:26:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T15:19:16.000Z (about 1 year ago)
- Last Synced: 2025-04-03T08:45:53.372Z (12 months ago)
- Topics: api-gateway, axon-server, eureka-server, event-driven-architecture, event-sourcing, microservice, springboot
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ecommerce Microservice
Case Study of an ecommerce microservice i.e. Order Service, Product Service, Payment Service etc..
```declarative
ApiGateway
Eureka Service
Order Microservice
Product Microservice
Axon Server for Event Sourcing
```
### Checking if records already exists in database table
1. Checking if Product already exists?
2. Checking if User already exists?
### How to run
1. Run Discovery Server
2. Run API Gateway
3. Run microservices