mirror of https://github.com/dapr/docs.git
1.2 KiB
1.2 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" %}} We are actively working on adding to our quickstart library. In the meantime, you can explore Dapr through our [tutorials]({{< ref "getting-started/tutorials/_index.md" >}}).
{{% /alert %}}
Before you begin
- [Set up your local Dapr environment]({{< ref "install-dapr-cli.md" >}}).
Quickstarts
| Quickstarts | Description |
|---|---|
| [Service Invocation]({{< ref serviceinvocation-quickstart.md >}}) | Invoke a method using HTTP proxying with Dapr's Service Invocation building block. |
| [Publish and Subscribe]({{< ref pubsub-quickstart.md >}}) | Get started with Dapr's Publish and Subscribe building block. |
| State Management | Coming soon. |
| Bindings | Coming soon. |
| Actors | Coming soon. |
| Observability | Coming soon. |
| Secrets Management | Coming soon. |
| Configuration | Coming soon. |