Dapr user documentation, used to build docs.dapr.io
Go to file
William Eastbury 0233f6dfdf
Wrap value in doublequotes for ttlInSeconds value. (#530)
ttlInSeconds parameter needs to be doublequoted or you get a very, very arcane error message complaining about an error from the ReadString method requires \" or n which took me quite a long time to figure out.
2020-04-20 08:51:11 -07:00
.github add PR and issue templates (#111) 2019-10-11 10:44:23 -07:00
best-practices Replace DaprID with AppID (#500) 2020-04-06 10:57:51 -07:00
concepts Replace DaprID with AppID (#500) 2020-04-06 10:57:51 -07:00
contributing Create README.md (#42) 2019-10-03 16:55:33 -07:00
getting-started Add kubernetes configuration how-to (#521) 2020-04-14 14:57:35 -07:00
howto Add kubernetes configuration how-to (#521) 2020-04-14 14:57:35 -07:00
images Update concept readme for observability (#485) 2020-03-31 23:20:09 -07:00
overview Fix 404 broken docs links (#424) 2020-03-10 23:32:02 -07:00
presentations Fixed kubernetes secret store name in slide 27 2020-04-12 18:27:23 +02:00
reference Wrap value in doublequotes for ttlInSeconds value. (#530) 2020-04-20 08:51:11 -07:00
walkthroughs Replace DaprID with AppID (#372) 2020-02-27 13:00:14 -08:00
.gitignore Add gitignore file (#260) 2019-11-25 13:49:31 -08:00
FAQ.md Fix autolinking mess (#469) 2020-03-29 14:56:28 -07:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
README.md Updating the docs readme to update 0.6.0 version (#499) 2020-04-02 11:16:47 -07:00

README.md

📖 Dapr documentation

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

Topic Description
Overview An overview of Dapr and how it enables you to build event driven, distributed applications
Getting Started Set up your development environment
Concepts Dapr concepts explained
How-Tos Guides explaining how to accomplish specific tasks
Best Practices Guides explaining best practices when using Dapr
Reference API and bindings reference documentation
FAQ Frequently asked questions

Further documentation

Area Description
Command Line Interface (CLI) The Dapr CLI allows you to setup Dapr on your local dev machine or on a Kubernetes cluster, provides debugging support, launches and manages Dapr instances.
Dapr Runtime Dapr runtime code and overview documentation.
Components Contribution Open, community driven reusable components for building distributed applications.
SDKs - Go SDK
- Java SDK
- Javascript SDK
- Python SDK
- .NET SDK
- C++ SDK
- RUST SDK
Note: Dapr is language agnostic and provides a RESTful HTTP API in addition to the protobuf clients.
Dapr Presentations Previous Dapr presentations and information on how to give your own Dapr presentation

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.

Version Repo
v0.6.0 Docs - Runtime - CLI
v0.5.0 Docs - Runtime - CLI
v0.4.0 Docs - Runtime - CLI
v0.3.0 Docs - Runtime - CLI
v0.2.0 Docs - Runtime - CLI
v0.1.0 Docs - Runtime - CLI