mirror of https://github.com/dapr/docs.git
2.3 KiB
2.3 KiB
type | title | linkTitle | weight | description | no_list |
---|---|---|---|---|---|
docs | Dapr Quickstarts | Dapr Quickstarts | 70 | Try out Dapr quickstarts with code samples that are aimed to get you started quickly with Dapr | true |
Hit the ground running with our Dapr quickstarts, complete with code samples aimed to get you started quickly with Dapr.
{{% alert title="Note" color="primary" %}} Each release, the quickstart library has new examples added for the APIs and SDKs. You can also explore Dapr through the [tutorials]({{% ref "getting-started/tutorials/_index" %}}).
{{% /alert %}}
Before you begin
- [Set up your local Dapr environment]({{% ref "install-dapr-cli" %}}).
Quickstarts
Quickstarts | Description |
---|---|
[Service Invocation]({{% ref serviceinvocation-quickstart %}}) | Synchronous communication between two services using HTTP or gRPC. |
[Publish and Subscribe]({{% ref pubsub-quickstart %}}) | Asynchronous communication between two services using messaging. |
[Workflow]({{% ref workflow-quickstart %}}) | Orchestrate business workflow activities in long running, fault-tolerant, stateful applications. |
[Agents]({{% ref dapr-agents-quickstarts.md %}}) | Build LLM-powered autonomous agentic applications. |
[State Management]({{% ref statemanagement-quickstart %}}) | Store a service's data as key/value pairs in supported state stores. |
[Bindings]({{% ref bindings-quickstart %}}) | Work with external systems using input bindings to respond to events and output bindings to call operations. |
[Actors]({{% ref actors-quickstart %}}) | Run a microservice and a simple console client to demonstrate stateful object patterns in Dapr Actors. |
[Secrets Management]({{% ref secrets-quickstart %}}) | Securely fetch secrets. |
[Configuration]({{% ref configuration-quickstart %}}) | Get configuration items and subscribe for configuration updates. |
[Resiliency]({{% ref resiliency %}}) | Define and apply fault-tolerance policies to your Dapr API requests. |
[Cryptography]({{% ref cryptography-quickstart %}}) | Encrypt and decrypt data using Dapr's cryptographic APIs. |
[Jobs]({{% ref jobs-quickstart %}}) | Schedule, retrieve, and delete jobs using Dapr's jobs APIs. |
[Conversation]({{% ref conversation-quickstart %}}) | Securely and reliably interact with Large Language Models (LLMs). |