Dapr user documentation, used to build docs.dapr.io
Go to file
Shalabh Mohan Shrivastava f6c4a919f8
Updating the state API spec documentation for new multi state stores APIs (#295)
* Updating the state API spec documentation to add the details of multi state stores scenario.

* Resolving code review comments.

* Updating the api spec for multiple state store.

Co-authored-by: Young Bu Park <youngp@microsoft.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-02-06 14:23:34 -08:00
.github add PR and issue templates (#111) 2019-10-11 10:44:23 -07:00
best-practices Migrate from helm 2 to helm 3 (#307) 2020-01-31 16:11:06 -08:00
concepts add twilio binding spec (#327) 2020-02-06 13:53:44 -08:00
contributing Create README.md (#42) 2019-10-03 16:55:33 -07:00
getting-started Migrate from helm 2 to helm 3 (#307) 2020-01-31 16:11:06 -08:00
howto add aerospike state store (#328) 2020-02-06 14:23:00 -08:00
images middleware doc (#274) 2019-12-17 15:21:46 -08:00
quickstart doc updates including overview and readmeS for sections 2019-10-06 21:22:17 -07:00
reference Updating the state API spec documentation for new multi state stores APIs (#295) 2020-02-06 14:23:34 -08:00
walkthroughs Describe the sequence of events when running dapr run (#273) 2019-12-13 12:32:01 -08:00
.gitignore Add gitignore file (#260) 2019-11-25 13:49:31 -08:00
FAQ.md Updating names of platforms for Actors in FAQ. 2019-11-19 17:06:20 -08:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
README.md add 0.3.0 tag link (#271) 2019-12-05 10:54:15 -08:00
overview.md Fix broken links (#230) 2019-11-06 19:11:46 -08:00

README.md

Dapr documentation

Welcome to the Dapr documentation repository. You can learn more about Dapr from the links below.

Document versions

Dapr is currently under community development in preview phase and master branch could include breaking changes. Therefore, please ensure that you refer to the right version of the documents for your Dapr runtime version.

Document Version Dapr Runtime Version
v0.3.0 v0.3.0
v0.2.0 v0.2.0
v0.1.0 v0.1.0

SDKs

Note: Dapr is language agnostic and provides a RESTful HTTP API in addition to the protobuf clients.