Coder Social home page Coder Social logo

peng-yin / nestjs-microservices-with-nats Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stuyy/nestjs-microservices-with-nats

0.0 0.0 0.0 98 KB

Full Microservice Nest.js example with NATS, MySQL, and Docker

JavaScript 12.00% TypeScript 86.01% Dockerfile 1.99%

nestjs-microservices-with-nats's Introduction

Nest.js Microservices with NATS, MySQL, & Docker

This repository contains 3 Nest.js projects:

  • http-api-gateway
  • payments-microservice
  • users-microservice

You can find the video tutorial for this project here

Getting Started

Want to set this up locally on your own? The best way to set this project up is by using Docker.

  1. Pull down this repository and make sure you install each projects' dependencies by running npm run install.

  2. Ensure Docker is running then run docker-compose up --build to build the container, images, and pull down the mysql and nats image from Docker.

  3. Verify that all services are up and running. The HTTP Server runs on port 3000.

Application Structure

HTTP API Gateway

This is a hybrid application that uses both HTTP and NATS as sources to listen to requests from. This is the entry point to the entire platform. It forwards the request by publishing a message to the NATS server, and then the NATS server distributes it to its subscribers.

Any HTTP API endpoints should be defined in this project.

Payments Microservice

This is a sample microservice that has a createPayment event handler from the NATS server whenever it is triggered. It will create a payment record and save it to the database.

Users Microservice

This is a user microservice that has a createUser event handler from the NATS server whenever it is triggered. It will create a user record and save it to the database.

nestjs-microservices-with-nats's People

Contributors

stuyy 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.