Giter Club home page Giter Club logo

ecommerce-microservices-app's Introduction

ecommerce-microservices-app

ApiGateway

Ocelot: Gateway

Consul: Service Discovery

EventBus

Services communicate with events via RabbitMQ. BuildingBlocks/EventBus is a common project for services and it can be published as a package on Nuget.

Orchestrator

Middle Event Communicator for services using RabbitMQ. Can be used for distributed transactions. In case of error on services(Business,Network etc.), Orchestrator logs the exceptions, call Reverse functions and provide Consistency on system.

Orchestrator is an intelligent communicator that manages a chain of events. Orchestrator knows the next event to be called if next event is existed and should be called.

Services

1. ProductService

Product Service provides to create, delete and list products.

Used CQRS, Mediatr, RabbitMQ, MassTransit in this service and used MsSQL to store product data.

2. BasketService

Basket Service provides to add products to basket, delete products from basket, list products and checkout basket to start an order process.

Used Redis to store basket.

3. IdentityService

Identity Service provides register and login process.

Used MsSQL to store user data.

4. OrderService

Order Service provides to list orders, manage Order process with events.

Used DDD in this service and used MsSQL to store order data.

5. PaymentService

Payment Service provides to manage payment process with dummy service.

6. NotificationService

This service runs as a console application. Listens events and prints notification messages to console.

ecommerce-microservices-app's People

Contributors

tolgakisin avatar

Stargazers

 avatar  avatar İrem KÖMÜRCÜ avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.