Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 501 Bytes

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