microservice-stack VS microservice-stack-shop-demo

Compare microservice-stack vs microservice-stack-shop-demo and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
microservice-stack microservice-stack-shop-demo
7 2
75 3
- -
4.4 10.0
11 months ago over 1 year ago
TypeScript TypeScript
Mozilla Public License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

microservice-stack

Posts with mentions or reviews of microservice-stack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-03.

microservice-stack-shop-demo

Posts with mentions or reviews of microservice-stack-shop-demo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-03.
  • I built open-source suite of tools to streamline Microservices
    3 projects | /r/node | 3 Feb 2023
    The demo project is not using nestjs monorepo or nestjs microservices, https://github.com/FurlanLuka/microservice-stack-shop-demo/tree/main/apps/api if you look at apps folder, each service is its own configuration and is separately buildable, separately deployable etc. And yes services do exist in the same repository , they do share libraries and changes to shared libs cause redeployment of multiple services. But thats doesn't make them distributed monolith unless they are tightly coupled. If you look at the demo project, everything is build in event-driven fashion and all services are ASYNC. They are not really tightly coupled to anything. While they do need other services to gather events from and act on them, they can just as well be deployed without other services as they are not aware of them in the first place

What are some alternatives?

When comparing microservice-stack and microservice-stack-shop-demo you can also consider the following projects:

microservice-template - 📖 Nest.js based microservice repository template

nestjs-microservices-rabbitmq - A simple microservice implementation using Nest JS and RabbitMQ

nestjs-microservices - 🚀 Fully managed Microservices starter pack using NestJs, RabbitMQ, Kong api gateway, MongoDB, PostgreSQL, Grafana, Loki, Fluentbit.

nestjs-order-management - A simple order management system that is built with Nest.js for learning purpose