Skip to content

Files

Latest commit

760a76c · Feb 15, 2024

History

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

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 13, 2024
Feb 13, 2024
Jan 24, 2024
Jan 19, 2024
Feb 13, 2024
Jan 19, 2024
Jan 19, 2024
Feb 15, 2024
Jan 19, 2024
Feb 13, 2024
Jan 19, 2024
Jan 19, 2024
Jan 19, 2024
Feb 13, 2024
Feb 13, 2024
Feb 15, 2024
Jan 19, 2024
Feb 13, 2024
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
Error handling Error handling
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
Workflow Run a workflow to simulate an order processor

More information