These examples demonstrates how to use Dapr python sdk.
- demo_actor
- Shows the usage of Dapr virtual actor features.
- invoke-simple
- Invokes service by passing bytes data.
- invoke-custom_data
- Invokes service by using custom protobuf message.
- kuberentes
- Runs invoke-simple examples in kubernetes
- state_store
- Saves and gets state to the state stores
- pubsub-simple
- Publishes and subscribes events
- secret_store
- Gets secret from a defined secret store