当前位置: 首页 > 工具软件 > Dapr > 使用案例 >

dapr

皇甫喜
2023-12-01
  • 版本发布与简介: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.

相关阅读

相关文章

相关问答