docs/reference/api
Leon Mai 8777bb7eb8
Add meanings of params in /dapr/config (#364)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-02-26 12:45:39 -08:00
..
CONTRIBUTING.md Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08: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 Add meanings of params in /dapr/config (#364) 2020-02-26 12:45:39 -08:00
azure-pipelines.yml move spec to api ref (#115) 2019-10-11 13:25:42 -07:00
bindings.md Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08:00
pubsub.md Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08:00
service_invocation.md Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08:00
state.md Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +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