docs/reference/api
Artur Souza 81023636f9 Fixing documentation about state key delim. (#279)
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-01-08 15:25:16 -08:00
..
CONTRIBUTING.md Update existing contribution guidance to include CLA (#126) 2019-10-15 18:09:15 -07:00
LICENSE move spec to api ref (#115) 2019-10-11 13:25:42 -07:00
README.md Clean pub sub (#172) 2019-10-19 14:04:20 -07:00
actors.md Clean up actors doc (#259) 2019-11-25 09:41:35 -08:00
azure-pipelines.yml move spec to api ref (#115) 2019-10-11 13:25:42 -07:00
bindings.md add OPTIONS for bindings (#255) 2019-11-19 16:26:19 -08:00
pubsub.md improve API reference consistency #194 (#197) 2019-10-26 07:59:20 -07:00
service_invocation.md improve API reference consistency #194 (#197) 2019-10-26 07:59:20 -07:00
state.md Fixing documentation about state key delim. (#279) 2020-01-08 15:25:16 -08:00

README.md

Dapr API reference

This documentation contains the API reference for the Dapr runtime.

Dapr is an open source runtime that provides a set of building blocks for building scalable distributed apps. Building blocks include pub/sub, state management, bindings, messaging and invocation, actor runtime capabilities, and more.

Dapr aims to provide an open, community driven approach to solving real world problems at scale.

These building blocks are provided in a platform agnostic and language agnostic way over common protocols such as HTTP 1.1/2.0 and gRPC.

Goals

The goal of the Dapr API reference is to provide a clear understanding of the Dapr runtime API surface and help evolve it for the benefit of developers everywhere.

Any changes/proposals to the Dapr API should adhere to the following:

  • Must be platform agnostic
  • Must be programming language agnostic
  • Must be backward compatible

Table of Contents

  1. Service Invocation
  2. Bindings
  3. Pub Sub/Broadcast
  4. State Management
  5. Actors