Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Go to file
Yaron Schneider bfa033c29d
Merge pull request #43 from mattchenderson/funcsample
Adding Functions sample
2019-10-15 11:35:48 -07:00
.github templates 2019-10-11 09:38:19 -07:00
1.hello-world Merge pull request #23 from dapr/stephenrwalli-patch-2 2019-10-10 20:45:18 -07:00
2.hello-kubernetes Merge branch 'master' into thomastaylor312/docs/kubernetes_link 2019-10-11 10:45:54 -07:00
3.distributed-calculator Fix getting-started link (#40) 2019-10-11 10:26:50 -07:00
4.pub-sub Update node subscriber with content type 2019-10-12 19:41:02 -07:00
5.bindings actions to dapr rename 2019-10-11 19:42:54 -07:00
6.functions-and-keda adjusting readme based on PR feedback 2019-10-11 12:42:32 -07:00
LICENSE Adding license header and updating to MIT license. 2019-10-08 19:36:02 -07:00
README.md adding functions sample 2019-10-11 11:34:45 -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 in standalone 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.
6.functions-and-keda Demonstrates use of Dapr pub/sub from Azure Functions, as well as composition with KEDA.