文章分类 - Dapr
摘要:Traffic Control sample application 交通控制示例应用程序 In the first chapters, you've learned about basic Dapr concepts. You saw how Dapr can help you and your
阅读全文
摘要:The Dapr actors building block Dapr actors构建块 The actor model originated in 1973. It was proposed by Carl Hewitt as a conceptual model of concurrent c
阅读全文
摘要:本系列部分翻译自Dapr for .NET Developers | Microsoft Docs,大部内容复制于面向 .NET 开发人员的 Dapr | Microsoft Docs。本人英语很差,难免有误,欢迎大家指正!共同学习!共同进步! 目录 面向 .NET 开发人员的 Dapr 烂翻译系列
阅读全文
摘要:Foreword 前言 With the wave of cloud adoption well underway, there is a major shift happening towards “cloud native” development, often built with micro
阅读全文
摘要:The world is distributed 分布式世界 Just ask any 'cool kid': Modern, distributed systems are in, and monolithic apps are out! 随便问一个酷小子,他们都会说:现代、分布式系统时间已经到来
阅读全文
摘要:Dapr at 20,000 feet 俯瞰Dapr In chapter 1, we discussed the appeal of distributed microservice applications. But, we also pointed out that they dramatic
阅读全文
摘要:Get started with Dapr Dapr 入门 In the first two chapters, you learned basic concepts about Dapr. It's time to take it for a test drive. This chapter wi
阅读全文
摘要:Summary and the road ahead 总结和前景 We're at the end of our Dapr flight. The jet plane flying at 20,000 feet from chapter 2 is on final approach and abou
阅读全文
摘要:The Dapr secrets building block Dapr 机密构建块 Enterprise applications require secrets. Common examples include: A database connection string that contain
阅读全文
摘要:The Dapr observability building block Dapr 可观察性构建块 Modern distributed systems are complex. You start with small, loosely coupled, independently deploy
阅读全文
摘要:The Dapr bindings building block Dapr 绑定构建块 Cloud-based serverless offerings, such as Azure Functions and AWS Lambda, have gained wide adoption across
阅读全文
摘要:The Dapr publish & subscribe building block Dapr 发布 & 订阅构建块 The Publish-Subscribe pattern (often referred to as "pub/sub") is a well-known and widely
阅读全文
摘要:The Dapr service invocation building block Dapr 服务调用构建块 Across a distributed system, one service often needs to communicate with another to complete a
阅读全文
摘要:The Dapr state management building block Dapr 状态管理构建基块 Distributed applications are composed of independent services. While each service should be sta
阅读全文
摘要:Dapr reference application Dapr 参考应用 Earlier in the book, you've learned about the foundational benefits of Dapr. You saw how Dapr can help your team
阅读全文