microservice-architecture
There are 124 repositories under microservice-architecture topic.
goodrain/rainbond
A container platform that needs no Kubernetes learning, Build, deploy, assemble, and manage apps on Kubernetes, no K8s expertise needed, all in a graphical platform.
mjebrahimi/Awesome-Microservices-DotNet
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET
joebew42/study-path
A curated, open, and ever-evolving learning path focused on practices of software development, principles of software design, and software architecture.
sermant-io/Sermant
CNCF Sandbox project: A Cloud-Native Proxyless Service Mesh based on Java Bytecode Enhancement Technology
Denrox/nestjs-microservices-example
A working example of microservice architecture implementation using nestjs framework.
eventuate-tram/eventuate-tram-examples-customers-and-orders
An example of Choreography-based sagas in Spring Boot/JPA microservices
liuhll/silky
The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.
rodrigorodrigues/microservices-design-patterns
Microservice Architecture using multiple languages
dreamhomes/RCAPapers
Papers about Root Cause Analysis in MicroService Systems. Reference to Paper Notes: https://dreamhomes.top/
devalexandre/microservice-style-guide
There are several articles on ‘internet’ including large companies, showing their microservices using REST, this guide has how to show some good practices and standards so that you have a microservice architecture that is the best possible, totally decoupled and scalable.
marcelohweb/netflix-microservices
Spring Boot Microservices Architecture.
spring-avengers/dts
Distributed Transaction Service For Spring Cloud
goodrain/rainbond-console
Rainbond, Production-Grade Serverless PaaS
amanmdave/Backend-Architecture
A sinlge point of reference to start learning about backend.
hmake98/nestjs-microservices
Fully flagged microservices using nestjs, rabbitmq, kong api gateway, mongodb, postgresql, queues, grafana, loki, fluentbit
atulmy/fullstack-event-driven-architecture
Text-to-Speech and Speech-to-Text application built with a full-stack monorepo, featuring an event-driven, highly scalable architecture using Node.js, React, Redis, MongoDB, and Docker.
SeelabFhdo/lemma
Home of the Language Ecosystem for Modeling Microservice Architecture (LEMMA)
numq/ecommerce-backend
Multilingual e-commerce backend based on gRPC microservices ecosystem and clean architecture principles, written in Go and Typescript.
pitust/xtrix
xtrix OS repo
safeer2978/Sunno-backend
Sunno a Spotify like music streaming application backend using microservice architecture implemented in Spring Boot
matjazbravc/Ocelot.Gateway.Eureka.ServiceDiscovery.Demo
In my previus demo I showed how to implement microservice architecture using ASP.NET Core. This demo expands the microservice architecture with gateway load balancer (Ocelot) and service discovery (Eureka).
opstree/OT-Microservices
Loaded microservices applications to do different POC
riita10069/roche
Roche is a Code Generator and Web Framework, makes web development super concise with Go, CleanArch
guilhermebkel/stuff-delivery
:mailbox: An example of a monorepo delivery service application based on an event driven microservices architecture (WIP)
Dilsh0d/SpringBoot-Microservice-Saga
SpringBoot Microservice Saga design pattern framwork
alensuljkanovic/silvera
Silvera is an tool for acceleration of development of microservice architectures https://alensuljkanovic.github.io/silvera/
Book-Microservices-v2/chapter05
Learn Microservices with Spring Boot (2nd edition) - Chapter 5
devenes/kubernetes-microservice-app
Phonebook Microservice Web Application aims to create a web application with MySQL Database using Docker and Kubernetes to have the understanding of Microservice architecture.
alefi/nestjs-microservices-interaction-solution
NestJS microservices integration POC solution
awakelife93/msa-ddd-with-event-sourcing-cqrs-pattern
An example project implementing Microservices, DDD Architecture, Event Sourcing, and the CQRS pattern.
katesroad/Software_Design_And_Architecture
Lectures and notes collection about software design and architecture.
BAHIRABDULLA/VISION
It is MERN stack project Online mentorship platform in micro-service architecture by following controller-service-repository pattern
tripolskypetr/node-grpc-monorepo
The TypeScript-gRPC monorepo starter kit that simplifies microservices development using OOP principles. Features typed gRPC communication, PM2 process management, unified database operations in single responsibility module, easy debugging without Docker, and automated SOLID code analysis with AI-powered documentation.
wingorithm/fastapi-microservice-template
🚀 A Simple, easy, and yet ready to scale to your production env. FastAPI microservice template with docker containerization, consul service registry, centralized config, API gateway support, and many more.
ahlem-phantom/flask-microservices-kong
Flask Microservices using Kong API Gateway
yunusemregl/AspnetMicroservices
Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, MassTransit, Grpc, Ocelot API Gateway, MongoDB, Redis, PostgreSQL, SqlServer, Dapper, Entity Framework Core, CQRS and Clean Architecture implementation. Also includes Cross-Cutting concerns like Implementing Centralized Distributed Logging with Elasticsearch, Kibana an…