Dapr user documentation, used to build docs.dapr.io
Go to file
Artur Souza 16874d2596
Document HowTo use dapr instead of daprd in IntelliJ. (#747)
* Document HowTo use dapr instead of daprd in IntelliJ.

* Change daprd to dapr

* Renaming daprd to dapr + updating png.

Co-authored-by: Pruthvidhar R Dhodda <60198385+pruthvidhodda@users.noreply.github.com>
2020-08-18 11:06:17 -07:00
.github documentation spelling (#613) 2020-06-02 11:14:00 -07:00
best-practices Update docs to include failed health check (#730) 2020-08-13 15:26:35 -07:00
concepts fixing references to samples that are now quickstarts (#738) 2020-08-12 16:17:11 -07:00
contributing Typo fix 2020-05-05 20:22:53 -07:00
getting-started Update with new cli commands (#742) 2020-08-13 15:25:16 -07:00
howto Document HowTo use dapr instead of daprd in IntelliJ. (#747) 2020-08-18 11:06:17 -07:00
images Document HowTo use dapr instead of daprd in IntelliJ. (#747) 2020-08-18 11:06:17 -07:00
overview fixing references to samples that are now quickstarts (#738) 2020-08-12 16:17:11 -07:00
presentations fixing references to samples that are now quickstarts (#738) 2020-08-12 16:17:11 -07:00
reference updating docs for multi pubsub (#745) 2020-08-14 10:25:45 -07:00
walkthroughs fixing references to samples that are now quickstarts (#738) 2020-08-12 16:17:11 -07:00
.gitignore Add gitignore file (#260) 2019-11-25 13:49:31 -08:00
FAQ.md Adding links to videos from the community calls. 2020-06-05 17:35:08 -07:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
README.md Fixes (#692) 2020-07-16 11:37:39 -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.9.0 Docs - Runtime - CLI
v0.8.0 Docs - Runtime - CLI
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.
Frameworks - Workflows
- Azure Functions extension
Dapr Presentations Previous Dapr presentations and information on how to give your own Dapr presentation.