随笔分类 -  architecture

摘要: 阅读全文
posted @ 2018-07-07 18:01 papering 阅读(352) 评论(0) 推荐(0)
摘要:A toolbox to build your own build server LambdaCD - Build Pipelines as Code https://www.lambda.cd/ Abandon your build servers, build your own! With La 阅读全文
posted @ 2018-07-05 10:59 papering 阅读(169) 评论(0) 推荐(0)
摘要:Scaling with Microservices and Vertical Decomposition – dev.otto.de https://dev.otto.de/2014/07/29/scaling-with-microservices-and-vertical-decompositi 阅读全文
posted @ 2018-07-05 10:46 papering 阅读(159) 评论(0) 推荐(0)
摘要:Micro Frontends - extending the microservice idea to frontend development https://micro-frontends.org/ 阅读全文
posted @ 2018-07-05 10:45 papering 阅读(215) 评论(0) 推荐(0)
摘要:Microservice Architecture pattern http://microservices.io/patterns/microservices.html Context You are developing a server-side enterprise application. 阅读全文
posted @ 2018-07-05 09:47 papering 阅读(354) 评论(0) 推荐(0)
摘要:http://microservices.io/patterns/apigateway.html Pattern: API Gateway / Backend for Front-End Context Let’s imagine you are building an online store t 阅读全文
posted @ 2018-07-05 09:29 papering 阅读(448) 评论(0) 推荐(0)
摘要:XML-RPC - Wikipedia https://en.wikipedia.org/wiki/XML-RPC JSON-RPC - Wikipedia https://en.wikipedia.org/wiki/JSON-RPC An example of a typical XML-RPC 阅读全文
posted @ 2018-07-04 14:25 papering 阅读(1234) 评论(0) 推荐(0)
摘要:Multitier architecture - Wikipedia https://en.wikipedia.org/wiki/Multitier_architecture Common layers In a logical multilayered architecture for an in 阅读全文
posted @ 2018-07-04 14:07 papering 阅读(382) 评论(0) 推荐(0)
摘要:[rabbitmq-discuss] Exactly Once Delivery http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-August/008272.html [rabbitmq-discuss] Exactly Once 阅读全文
posted @ 2018-07-04 09:07 papering 阅读(327) 评论(0) 推荐(0)
摘要:Service-level agreement - Wikipedia https://en.wikipedia.org/wiki/Service-level_agreement 阅读全文
posted @ 2018-07-03 16:35 papering 阅读(126) 评论(0) 推荐(0)
摘要:at least once at most once exactly once 阅读全文
posted @ 2018-07-02 21:41 papering 阅读(264) 评论(0) 推荐(0)
摘要:注册页面 · 小程序 https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/page.html 阅读全文
posted @ 2018-07-01 17:06 papering 阅读(227) 评论(0) 推荐(0)
摘要:强序事件流的可重放序列 阅读全文
posted @ 2018-07-01 09:25 papering 阅读(161) 评论(0) 推荐(0)
摘要:https://mp.weixin.qq.com/s/-wIC6yPifSEfT_Yybi4pTg 在修改商品信息时,业务对商品信息的校验有名称长度、状态、库存及各业务模式等,而为了参数的统一校验方法参数为商品编号,导致各校验方法都需要读取一次商品,使用线程缓存可以解决该问题,性能提高了尽20ms, 阅读全文
posted @ 2018-06-28 19:06 papering 阅读(236) 评论(0) 推荐(0)
摘要:Why Do Microservices Need an API Gateway? - DZone Integration https://dzone.com/articles/why-do-microservices-need-an-api-gateway 为什么微服务需要API网关? http: 阅读全文
posted @ 2018-06-27 17:10 papering 阅读(344) 评论(0) 推荐(0)
摘要:https://help.aliyun.com/document_detail/30429.html 将tts语音生成做成微服务,缺点:存错; 阅读全文
posted @ 2018-06-27 16:33 papering 阅读(601) 评论(0) 推荐(0)
摘要:mybatis – MyBatis 3 | 简介 http://www.mybatis.org/mybatis-3/zh/index.html 什么是 MyBatis ? MyBatis 是一款优秀的持久层框架,它支持定制化 SQL、存储过程以及高级映射。MyBatis 避免了几乎所有的 JDBC 阅读全文
posted @ 2018-06-26 22:11 papering 阅读(186) 评论(0) 推荐(0)
摘要:Design by contract - Wikipedia https://en.wikipedia.org/wiki/Design_by_contract What is the use of "assert" in Python? - Stack Overflow https://stacko 阅读全文
posted @ 2018-06-26 11:36 papering 阅读(301) 评论(0) 推荐(0)
摘要:Docker vs. Kubernetes vs. Apache Mesos: Why What You Think You Know is Probably Wrong - Mesosphere https://mesosphere.com/blog/docker-vs-kubernetes-vs 阅读全文
posted @ 2018-06-26 10:55 papering 阅读(130) 评论(0) 推荐(0)
摘要:What are microservices? http://microservices.io/ What are microservices? Microservices - also known as the microservice architecture - is an architect 阅读全文
posted @ 2018-06-25 18:41 papering 阅读(225) 评论(0) 推荐(0)