docs/concepts/README.md

23 lines
640 B
Markdown

# Dapr concepts
This directory contains various Dapr concepts. The goal of these documents is to expand your knowledge on the [Dapr spec](https://github.com/dapr/spec).
## Core Concepts
* [Terminology](./terminology/terminology.md)
* [Bindings](./bindings/Readme.md)
* [Pub-sub](./publish-subscribe-messaging/pub-sub-messaging.md)
* [Secrets](./components/secrets.md)
* [State](./state-management/state-management.md)
* [Tracing](./tracing-logging/tracing-logging.md)
## Actors
* [Overview](./actor/actor_overview.md)
* [Features](./actor/actors_features.md)
## Extensibility
* [Redis](./components/redis.md)