Skip to content

Files

This branch is 122 commits behind dapr/python-sdk:main.

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 20, 2023
Feb 17, 2023
May 31, 2023
Aug 4, 2022
Dec 21, 2022
Oct 6, 2022
Dec 21, 2022
Feb 17, 2023
May 19, 2023
Jan 31, 2023
Dec 13, 2021
Jan 26, 2021
Mar 28, 2022
Dec 21, 2022
Aug 4, 2022
Jul 26, 2021

Dapr Python SDK examples

These examples demonstrate how to use the Dapr Python SDK:

Example Description
Service invocation Invoke service by passing bytes data
Service invocation (advanced) Invoke service by using custom protobuf message
State management Save and get state to/from the state store
Publish & subscribe Publish and subscribe to events
Bindings Invoke an output binding to interact with external resources
Virtual actors Try Dapr virtual actor features
Secrets Get secrets from a defined secret store
Distributed tracing Leverage Dapr's built-in tracing support
Distributed lock Keep your application safe from race conditions by using distributed locks

More information