Dapr user documentation, used to build docs.dapr.io
Go to file
Aaron Wislang ae31fada77
typo daprPort -> daprPor (#615)
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-06-02 11:11:44 -07:00
.github Updating template based on feedback 2020-05-27 14:53:45 -07:00
best-practices namespace in all yaml samples 2020-05-02 04:04:13 -07:00
concepts Update README.md (#597) 2020-05-21 17:49:20 -07:00
contributing Typo fix 2020-05-05 20:22:53 -07:00
getting-started Set K8s ver 1.14.7 & Fix K8s Dashboard Permission (#582) 2020-05-31 20:00:31 -07:00
howto Fix typo (#616) 2020-06-02 11:11:02 -07:00
images updating application map image 2020-05-01 10:14:30 -07:00
overview Update README.md (#587) 2020-05-19 15:46:09 -07:00
presentations Update Dapr Presentation deck 2020-04-24 21:41:50 -07:00
reference typo daprPort -> daprPor (#615) 2020-06-02 11:11:44 -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 Update docs to remove activate message. (#591) 2020-05-21 18:23:30 -07:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
README.md Move Document version section to top 2020-05-28 15:35:27 -07: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.

Version Repo
v0.7.0 Docs - Runtime - CLI
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

Contents

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