-
Updated
Jul 24, 2021 - Java
{{ message }}
A curated list of Microservice Architecture related principles and technologies.
High-Performance server for NATS.io, the cloud and edge native messaging system.
A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
A curated list of awesome articles and resources to learn and practice about software architecture, patterns, and principles.
Golang client for NATS, the cloud native messaging system.
Micro-frontend Architecture in Action-微前端的那些事儿
Is your feature request related to a problem? Please describe.
There is an optional config for namespace called "sampled retention days" that can be specified when create a namespace. It was created long ago as workaround for long retentions before long term archival was available.
Describe the solution you'd like
We should get rid of the sampled retention.
**Describe alternatives
A full-stack .NET microservices build on Dapr and Tye
大佬们:关于部署文档中的一些疑惑,麻烦指点下:
疑惑一:
拷贝渲染后的模板文件到nginx代码目录
cp -rf {{code}}/ci/gateway/core/* {{code}}/src/gateway/core/
第一个{{code}}指的是部署目录的路径?第二个{{code}}指的是源码的路径吗?
疑惑二:
将nginx配置文件复制到项目目录下
cp -rf {{code}}/src/gateway/core/* INSTALL_PATH/gateway
INSTALL_PATH/具体指的是什么路径
疑惑三:
./sbin/nginx # 启动nginx,启动nginx成功后
在浏览器中打开显示的是:Welcome to OpenResty!这个页面,麻烦在文档上加一下,或者告知下,配置完这个网关部署成功后,最终显示的是哪
Very simplified insurance sales system made in a microservices architecture using .NET Core
[Cloudframeworks]Microservices Architecture with Spring Cloud - user guide / [云框架]基于Spring Cloud的微服务架构-用户指南
Best practices in Coding, Designing and Architecting Java Applications
a Framework for creating microservices using technologies and design patterns of Erlang/OTP in Golang
A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
URL shortening service written in Go and React
Mooa 是一个为 Angular 服务的微前端框架。A independent-deployment micro-frontend Framework for Angular from single-spa.
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
A reference implementation demonstrating microservices architecture and best practices for Microsoft Azure
A high performance service mesh implementation written in go
I know it's not a course about RESTful principles but maybe you'll consider in the future extracting resource id from request body to path parameter ?
Reference architecture that shows how to take a Node.js application, containerize it, and deploy it as microservices on Amazon Elastic Container Service.
Restaurant App
Add a description, image, and links to the microservices-architecture topic page so that developers can more easily learn about it.
To associate your repository with the microservices-architecture topic, visit your repo's landing page and select "manage topics."
Expected Behavior / New Feature
Support sticky sessions for ServiceDiscoveryProviders
Actual Behavior / Motivation for New Feature
When using websockets with ocelot in a distributed system, problem can arise since ocelot, as far as i know, doesn't support sticky sessions when working with service discovery providers.
The functionality could be great if it could work with both consul