dapr
Installation
SKILL.md
Dapr
Dapr is a portable, event-driven runtime for building distributed applications. It allows developers to build microservices that are platform agnostic. Developers building cloud-native applications use Dapr to simplify common challenges like service discovery, state management, and pub/sub messaging.
Official docs: https://docs.dapr.io/
Dapr Overview
- Configuration
- Configuration Item
- Secret
- Actor
- Actor Type
- Actor ID
- State Store
- Pubsub Topic
- Binding
Working with Dapr
Related skills