Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fredrkl/dapr-demo

Demo project for learning Dapr
https://github.com/fredrkl/dapr-demo

dapr demo distributed-systems

Last synced: 6 days ago
JSON representation

Demo project for learning Dapr

Awesome Lists containing this project

README

        

# Dapr Demo

Following the [Dapr getting started](https://docs.dapr.io/getting-started/) guide.

## Topology

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

## Start application

```bash
dapr run ./dapr.yaml.
```

This will start the applications using the [Dapr multi app mode](./dapr.yaml).

## Builds

[![.NET](https://github.com/fredrkl/dapr-demo/actions/workflows/dotnet.yml/badge.svg)](https://github.com/fredrkl/dapr-demo/actions/workflows/dotnet.yml)