mirror of https://github.com/dapr/docs.git
3.4 KiB
3.4 KiB
type | title | linkTitle | weight | description | no_list |
---|---|---|---|---|---|
docs | Dapr Tutorials | Dapr Tutorials | 70 | Walk through in-depth examples to learn more about how to work with Dapr concepts | true |
Now that you've already initialized Dapr and experimented with some of Dapr's building blocks, walk through our more detailed tutorials.
Before you begin
- [Set up your local Dapr environment]({{< ref "install-dapr-cli.md" >}}).
- [Explore one of Dapr's building blocks via our quickstarts]({{< ref "getting-started/quickstarts/_index.md" >}}).
Tutorials
Thanks to our expansive Dapr community, we offer tutorials hosted both on Dapr Docs and on our GitHub repository.
Dapr Docs tutorials | Description |
---|---|
[Define a component]({{< ref get-started-component.md >}}) | Create a component definition file to interact with the Secrets building block. |
[Configure State & Pub/sub]({{< ref configure-state-pubsub.md >}}) | Configure State Store and Pub/sub message broker components for Dapr. |
GitHub tutorials | Description |
---|---|
Hello World | Recommended Demonstrates how to run Dapr locally. Highlights service invocation and state management. |
Hello World Kubernetes | Recommended 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. |
Observability | Demonstrates Dapr tracing capabilities. Uses Zipkin as a tracing component. |
Secret Store | Demonstrates the use of Dapr Secrets API to access secret stores. |