Dapr

What is Dapr?

I heard this Distributed Application Runtime (Dapr) concept from Scott Hanselman in his Azure Friday.

Dapr, an open source project that invented by Microsoft and contributed by all of the famous cloud providers, can be used to build event-driven, resilient distributed applications. It can help developers concentrate on implementing business logic without worrying about the cloud provider (e.g. AWS, Azure, GCP or Alibaba) or different SDKs from different cloud providers.

Prerequisites

Supported Bindings

https://docs.dapr.io/reference/components-reference/supported-bindings/

Generic

Pub Sub

Tips