- 版本发布与简介:https://www.infoq.cn/article/m1hMST70ck2VB3GKNM39
- 官网:https://docs.dapr.io/ github:
- https://github.com/dapr/dapr/releases/tag/v1.0.0
Notes
why
- Writing high performance, scalable and reliable distributed application is hard. Dapr brings proven patterns and practices to you.
- It unifies event-driven and actors semantics into a simple, consistent programming model.
- It supports all programming languages without framework lock-in.
- You are not exposed to low-level primitives such as threading, concurrency control, partitioning and scaling. Instead, you can write your code by implementing a simple web server using familiar web frameworks of your choice.
- Dapr is flexible in threading and state consistency models.
- You can leverage multi-threading if you choose to, and you can choose among different consistency models.
- This flexibility enables to implement advanced scenarios without artificial constraints.
- Dapr is unique because you can transition seamlessly between platforms and underlying implementations without rewriting your code.
Dapr 提供了统一的编程模型,整合了事件驱动和演员模型,支持跨语言开发,无需底层复杂管理。它允许灵活选择线程模型和一致性模型,无缝适应不同平台,简化了分布式应用的开发和扩展。
8593





