Coder Social home page Coder Social logo

gateway-demo's Introduction

Example Nestjs microservices with different transports(GRPC, Kafka, Rabbit, NATS)

  1. TO INSTALL packages of all services, RUN:
    "cd gateway-demo" then,
    If on windows, then "npm run install:win"
    If on Mac/Linux, then "npm run install:unix"

  2. TO RUN containers:
    "docker compose up"

Hot-reload is setup for dev mode(change variable MODE to "dev", could be "production")

TODO:

  1. complete Auth, implement refresh-token
  2. complete crud(getOne, remove, update all by user)
  3. Handle exceptions
  4. Handle Validation via Pipes
  5. Filter incoming data
  6. Health checks of each services
  7. Unit, Integration, end2end tests
  8. Logging solution
  9. Optimize duplicates by creating a module

Services: Gateway(forwards request to other services), Auth, Cards, Loan, Deposit.
Each service has separate DB(Postgres)
ORM: Prisma

Communication between Gateway and:
Auth is via GRPC
Cards is via Kafka RabbitMQ
Loan is via RabbitMQ
Deposit is via NATS

Authentication is with JWT(only access token is issued)
Dockerized all services

Endpoints:
Gateway: Login, CreateUser(not protected for convenience)
CRUD for Users, Cards, Loan and Deposit

gateway-demo's People

Contributors

rasulrukhilloev avatar

Watchers

 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.