Skip to content

This is ecommerce ecosystem using Node.js, kafka, Graphql, RabbitMQ.

Notifications You must be signed in to change notification settings

kdalton0518/Event-driven-microservices-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Driven Commerce

Overview

  • An ecommerce application built applying concepts of distributed systems, microservices and event-driven architecture.
  • The api-gtw serves REST endpoints to the web-ui, and internally performs gRPC calls to all others microservices. Additionally, there is an async communication flow for order payement where order-svc sends a message to RabbitMQ and payment-svc process it asynchronously.

Architecture Diagram

Diagram

Technologies used

Backend

  • Golang
  • PostgreSQL
  • RabbitMQ
  • gRPC
  • REST

Frontend

  • TypeScript
  • NextJS
  • Tailwind CSS

How to run

Local

  • The script below will start all the necessary databases and services
# Docker and docker-compose are required*
sh scripts/env_up.sh

About

This is ecommerce ecosystem using Node.js, kafka, Graphql, RabbitMQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages