The Dapr Quickstarts are a collection of tutorials with code samples that are aimed to get you started quickly with Dapr, each highlighting a different Dapr capability.
Quickstart | Description |
---|---|
Hello World | Demonstrates how to run Dapr locally. Highlights service invocation and state management. |
Hello Kubernetes | Demonstrates how to run Dapr in Kubernetes. Highlights service invocation and state management. |
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. |
Pub/Sub | Demonstrates how to use Dapr to enable pub-sub applications. Uses Redis as a pub-sub component. |
Bindings | Demonstrates how to use Dapr to create input and output bindings to other components. Uses bindings to Kafka. |
Middleware | Demonstrates use of Dapr middleware to enable OAuth 2.0 authorization. |
Observability | Demonstrates Dapr tracing capabilities. Uses Zipkin as a tracing component. |
Secret Store | Demonstrates the use of Dapr Secrets API to access secret stores. |