Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 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.
@@ -95,12 +95,14 @@
⟡  service principles from Yelp-A guide to service principles at Yelp for our service oriented architecture (https://github.com/Yelp/service-principles)
⟡ Adopting Microservices at Netflix serial 1: Its Time to Move to a Four-Tier Application Architecture (http://nginx.com/blog/time-to-move-to-a-four-tier-application-architecture/)
⟡ 第一部分是时候转移到四层架构上来了/ (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/)
⟡  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/)
⟡ 第三部分微服务架构在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/)
⟡ 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)
⟡  Martin Fowler - You Must Be This Tall To Use Microservices (http://martinfowler.com/bliki/MicroservicePrerequisites.html)
⟡  Adrian Cockroft - Migrating to Microservices (http://qconlondon.com/dl/qcon-london-2014/slides/AdrianCockcroft_MigratingToMicroservices.pdf)
@@ -126,14 +128,17 @@
  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)
  Microservice微服务架构两年来在京东咚咚从理论到落地的实践总结 (http://mp.weixin.qq.com/s?__biz=MzAxMTEyOTQ5OQ==&mid=2650610530&idx=1&sn=acd24986fe42181fcd81496f7a922f33&scene=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)