/dapr-demo

Demo project for learning Dapr

Primary LanguageC#MIT LicenseMIT

Dapr Demo

Following the Dapr getting started guide.

Topology

graph LR
  A[Caller] -->|Http request| B("jsonplaceholder.typicode.com")
Loading

Start application

dapr run ./dapr.yaml.

This will start the applications using the Dapr multi app mode.

Builds

.NET