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 |