Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlian/dapr-pubsub-demo
https://github.com/jlian/dapr-pubsub-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jlian/dapr-pubsub-demo
- Owner: jlian
- License: mit
- Created: 2022-09-23T20:16:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T23:10:22.000Z (over 2 years ago)
- Last Synced: 2023-03-08T19:02:17.965Z (almost 2 years ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dapr pub/sub demo
I'm just using this repo to host a simple Kubernetes YAML that deploys a couple of Dapr pub/sub apps. One publishes some random temperature data and the other one subscribes to it, and publishes to a different topic if the the value is over a certain threshold. The point of the YAML is that you can change the threshold in the YAML and, through GitOps, the Dapr apps would adopt the updates.