Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Go to file
Yaron Schneider 82f6a8741a
Merge pull request #10 from dapr/youngp/ren-hll-k8s
Rename Actions to Dapr - hello-kubernetes
2019-10-04 17:01:14 -07:00
1.hello-world Rename Actions to Dapr - hello-world (#8) 2019-10-04 15:06:47 -07:00
2.hello-kubernetes wip 2019-10-04 15:52:51 -07:00
3.distributed-calculator updated sample links 2019-09-27 10:56:26 -07:00
4.pub-sub Rename actions to dapr 2019-10-04 15:06:28 -07:00
5.bindings removed vestigial manifest 2019-09-27 11:20:47 -07:00
README.md Renamed "highlights" to "uses" 2019-10-03 16:20:29 -07:00

README.md

Dapr Samples

This repository contains a series of samples that highlight Dapr capabilities. The first sample demonstrates how we run Dapr in standalone mode, while the second highlights how we run the same application in Kubernetes. Each subsequent sample includes instructions for running both locally and in Kubernetes.

Sample Description
1.hello-world Demonstrates how to run Dapr locally. Highlights service invocation and state management.
2.hello-kubernetes Demonstrates how to run Dapr in Kubernetes. Highlights service invocation and state management.
3.distributed-calculator Demonstrates a distributed calculator application that uses Dapr services to power a React web app. Highlights polyglot (multi-language) programming, service invocation and state management.
4.pub-sub Demonstrates how we use Dapr to enable pub-sub applications. Uses Redis as a pub-sub component.
5.bindings Demonstrates how we use Dapr to create input and output bindings to other components. Uses bindings to Kafka.