Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fredrkl/dapr-demo
- Owner: fredrkl
- License: mit
- Created: 2022-03-30T18:39:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T09:57:03.000Z (12 months ago)
- Last Synced: 2023-12-03T10:29:47.732Z (12 months ago)
- Topics: dapr, demo, distributed-systems
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)