Dapr user documentation, used to build docs.dapr.io
Go to file
Aaron Schlesinger cd4eedf4e5
Merge branch 'master' into use-cases
2020-04-02 12:23:48 -07:00
.github
best-practices
concepts Update concept readme for observability (#485) 2020-03-31 23:20:09 -07:00
contributing
getting-started Add brew install instruction. 2020-04-01 19:10:16 -07:00
howto Clarify some instructions (#495) 2020-04-02 10:41:26 -07:00
images Update concept readme for observability (#485) 2020-03-31 23:20:09 -07:00
overview
presentations
reference Add more information to charts and fix grpc charts (#498) 2020-04-02 09:02:35 -07:00
use-cases Responding to comments 2020-04-01 15:06:00 -07:00
walkthroughs
.gitignore
FAQ.md
LICENSE
README.md Merge branch 'master' into use-cases 2020-04-02 12:23:48 -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
Use cases Common use cases that Dapr enables
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