欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Microservices
来自开放百科 - 灰狐
(版本间的差异)
小 (→功能) |
小 (→链接) |
||
(未显示1个用户的8个中间版本) | |||
第34行: | 第34行: | ||
==项目== | ==项目== | ||
+ | *[[Dapr]] | ||
+ | *[https://tarscloud.org/ TARS - Focus on Microservice Ecosystem] | ||
*[[Mantl]] | *[[Mantl]] | ||
*[https://www.envoyproxy.io/ Envoy] [[C++]]编写 | *[https://www.envoyproxy.io/ Envoy] [[C++]]编写 | ||
第99行: | 第101行: | ||
image:serevicecomb-saga-omega-internal.png|ServiceComb Saga Omega | image:serevicecomb-saga-omega-internal.png|ServiceComb Saga Omega | ||
image:apache-servicecomb-service-center-etcd.png|ServiceComb服务中心 | image:apache-servicecomb-service-center-etcd.png|ServiceComb服务中心 | ||
+ | image:abp-microservice-sample.png|ABP微服务架构 | ||
+ | image:ddd-microservices-repository-aggregate-database-table-relationships.png|存储库、聚合和数据库表之间的关系 | ||
+ | image:ddd-microservices-add-ha-message-queue.png|通过CQRS命令使用消息队列 | ||
+ | image:dotnet-microservices-eShopOnContainers-architecture.png|eShopOnContainers | ||
+ | image:multi-architectural-patterns-polyglot-microservices.png|多架构模式和polyglot微服务体系 | ||
+ | image:micronaut.png|Micronaut | ||
</gallery> | </gallery> | ||
第111行: | 第119行: | ||
*[https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-1/ A Journey into Microservices] [https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-2/ A Journey into Microservices: A Cloudy Beginning] [https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-3/ A Journey into Microservices: Dealing with Complexity] | *[https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-1/ A Journey into Microservices] [https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-2/ A Journey into Microservices: A Cloudy Beginning] [https://sudo.hailoapp.com/services/2015/03/09/journey-into-a-microservice-world-part-3/ A Journey into Microservices: Dealing with Complexity] | ||
*[http://www.youruncloud.com/blog/105.html 当微服务遇见容器] | *[http://www.youruncloud.com/blog/105.html 当微服务遇见容器] | ||
+ | *[https://www.learmoreseekmore.com/2022/03/ .NET6 Microservice Series] | ||
[[category:architecture]] | [[category:architecture]] | ||
[[category:microservices]] | [[category:microservices]] | ||
[[category:API]] | [[category:API]] |
2022年4月3日 (日) 14:51的最后版本
您可以在Wikipedia上了解到此条目的英文信息 Microservices Thanks, Wikipedia. |
Microservices、微服务
目录 |
[编辑] 简介
[编辑] 功能
7 Key Benefits of Microservices:
- 改进的可扩展性
- 更好的故障隔离和更有弹性的应用
- 编程语言和技术不可知
- 更好的数据安全和合规性
- 更快的上市时间和"面向未来"
- 更高的业务敏捷性和对 DevOps 的支持。
- 支持双披萨(Two-Pizza)开发团队
[编辑] API
API 网关可以为微服务架构执行各种各样的杂项任务:
- Authentication, authorization, and security
- Protocol translations
- Response transformations
- Monitoring
- Static response handling
- Rate limiting
- Static response handling
- Logging
- Caching
- Load balancing
- Request routing
- Composition
- Other processes depending on requirements
Building Microservices Applications With an API Gateway: Advantages and Strategies
[编辑] 项目
- Dapr
- TARS - Focus on Microservice Ecosystem
- Mantl
- Envoy C++编写
- Service Fabric C++编写
- Istio Go编写
- Apache ServiceComb Java和Go编写
- Apache Dubbo Java编写
- go kit
- goa
- Kong: The Microservice API Gateway
- Vamp微服务平台,使用Scala、Go编写。
- H2 微服务框架,Go驱动。
- Fabric8
- Lagom for JVM
- WSO2 MSF4J
- Dropwizard
- Netflix Conductor
- Netflix Karyon
- Vase Data-driven microservices
- Microdot An open source .NET microservices framework, Orleans integration.
[编辑] 文档
- RESTful Microservices
- Erlang Microservices with all the Buzzwords
- Microservices for the IoT
- Microservices Meet Real-World Projects: Lessons Learned
- How to Thrive on REST/WebSocket-Based Microservices
- Java EE to Microservices Automagically
- Microservices and Conversion Hunting: Build Architectures for Changeability
- Microservices for Mortals
- Writing Microservices in Java: Best Practices and Common Mistakes
- Don’t Fly Blind: Logging and Metrics in Microservice Architectures
- Deploying Elastic Java EE Microservices in the Cloud with Docker
- Securing Your Java EE Microservices with HMAC Authentication
- Building a Microservice Ecosystem: Some Assembly (Still) Required
- Java EE 7 Applications as a Microservice with WildFly Swarm
- 基于连接与组合的微服务架构剖析
- 使⽤微服务架构改造企业核⼼业务系统的实践
- Microservices under the microscope
- Building Systems with Asynchronous Microservices
[编辑] 图集
[编辑] 链接
- Microservices Resource Guide
- Martin Fowler. "Microservices"
- Awesome Microservices
- Microservices with Docker, Flask, and React
- 微服务革命:容器化的应用、数据及其它一切
- Peter Bourgon谈使用Go和“Go kit”构建微服务
- Google和eBay构建微服务生态系统的经验
- A Journey into Microservices A Journey into Microservices: A Cloudy Beginning A Journey into Microservices: Dealing with Complexity
- 当微服务遇见容器
- .NET6 Microservice Series
分享您的观点