Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,4 +1,4 @@
 awesome-microservice
 awesome-microservice
A curated list of Microservice resources
Inspired by the awesome (https://github.com/sindresorhus/awesome) list thing.
@@ -59,8 +59,7 @@
⟡ Building Micro Services - Sam Newman Downloadable preview edition (http://nginx.com/wp-content/uploads/2015/01/Building_Microservices_Nginx.pdf)
⟡ Antifragile Software - Russ Miles (https://leanpub.com/antifragilesoftware)
⟡ software-architecture-patterns from OREILLY in English** (http://www.oreilly.com/programming/free/files/software-architecture-patterns.pdf)
⟡ software-architecture-patterns from O
REILLY in Chinese** (https://raw.githubusercontent.com/bboyfeiyu/android-tech-frontier/master/software-architecture-patterns/%E8%BD%AF%E4%BB%B6%E6%9E%B6%E6%9E%84%E6%A8%A1%E5%BC%8F.pdf)
⟡ software-architecture-patterns from OREILLY in Chinese** (https://raw.githubusercontent.com/bboyfeiyu/android-tech-frontier/master/software-architecture-patterns/%E8%BD%AF%E4%BB%B6%E6%9E%B6%E6%9E%84%E6%A8%A1%E5%BC%8F.pdf)
⟡ Production Ready Microservices - Susan J. Fowler (http://shop.oreilly.com/product/0636920053675.do)
⟡ Microservices in .NET Core (https://www.manning.com/books/microservices-in-net-core-second-edition)
⟡ Microservices in Production - Susan J. Fowler (free ebook) (http://www.oreilly.com/programming/free/microservices-in-production.csp)
@@ -97,8 +96,7 @@
⟡ 第一部分是时候转移到四层架构上来了/ (https://github.com/wanghaisheng/wanghaisheng.github.io/issues/65)
⟡  Adopting Microservices at Netflix serial 2: Adopting Microservices at Netflix: Lessons for Architectural Design (http://nginx.com/blog/microservices-at-netflix-architectural-best-practices/)
⟡ 第二部分微服务架构在Netflix的应用架构设计的经验教训 (https://github.com/wanghaisheng/wanghaisheng.github.io/issues/65)
⟡ Adopting Microservices at Netflix serial 3: Adopting Microservices at Netflix: Lessons for Team and Process Design 
 (http://nginx.com/blog/adopting-microservices-at-netflix-lessons-for-team-and-process-design/)
⟡ Adopting Microservices at Netflix serial 3: Adopting Microservices at Netflix: Lessons for Team and Process Design  (http://nginx.com/blog/adopting-microservices-at-netflix-lessons-for-team-and-process-design/)
⟡ 第三部分微服务架构在Netflix的应用团队和流程设计相关的经验教训 ()
⟡ Microservices - A Reality Check(point)by Andrew Harmel-Law — on Development, Microservices, Java, Camel, NetflixOSS, Spring 17 Oct 2014 (http://capgemini.github.io/architecture/microservices-reality-check/)
⟡  Idempotency is not a Medical Condition - Pat Helland (http://queue.acm.org/detail.cfm?id=2187821)
@@ -125,15 +123,14 @@
 REST真的完全适合微服务架构吗 (http://dockone.io/article/952)
  Microservice架构模式简介  (http://www.cnblogs.com/loveis715/p/4644266.html)
 单元化与分布式架构的切分问题 (http://timyang.net/architecture/cell-distributed-system/)
  一个单元化架构的例子 
(http://mp.weixin.qq.com/s?__biz=MzI5MDE1NjkyNw==&mid=409213079&idx=1&sn=55326805b08b84d86c4e02bc405d0bbe&scene=2&srcid=041143B6BQTKvXlHVsDGbN1V&from=timeline&isappinstalled=0#wechat_redirect)
  一个单元化架构的例子 (http://mp.weixin.qq.com/s?__biz=MzI5MDE1NjkyNw==&mid=409213079&idx=1&sn=55326805b08b84d86c4e02bc405d0bbe&scene=2&srcid=041143B6BQTKvXlHVsDGbN1V&from=timeline&isappinstalled=0#wechat_redirect)
  Microservice微服务架构两年来在京东咚咚从理论到落地的实践总结 (http://mp.weixin.qq.com/s?__biz=MzAxMTEyOTQ5OQ==&mid=2650610530&idx=1&sn=acd24986fe42181fcd81496f7a922f33&scene=0#wechat_redirect)
Example Projects
⟡ Chris Richardson has published the example code for his QCONSF talk on building event-driven microservices. The example microservices-based application is built using event sourcing and command query 
responsibility separation (CQRS). There are currently two versions of the application - Scala/Spring and Java/Spring - with others to follow. Take a look! (https://github.com/cer/event-sourcing-examples)
⟡ Chris Richardson has published the example code for his QCONSF talk on building event-driven microservices. The example microservices-based application is built using event sourcing and command query responsibility separation (CQRS). 
There are currently two versions of the application - Scala/Spring and Java/Spring - with others to follow. Take a look! (https://github.com/cer/event-sourcing-examples)
⟡ Building Microservices with Open Source Technologies by Suresh Balla (http://www.developer.com/open/building-microservices-with-open-source-technologies.html)
⟡ 如何做实时监控—— 参考 Spring Boot 实现 (http://www.juvenxu.com/2014/12/09/real-time-monitoring-with-spring-boot/)
⟡  深入学习微框架Spring Boot  (http://www.infoq.com/cn/articles/microframeworks1-spring-boot)