Dapr user documentation, used to build docs.dapr.io
Go to file
Young Bu Park 0faaeb37d7
Final monitoring doc revision (#433)
* Correct helm chart option

* Revise monitoring docs

* update howto readme

* update concepts

* fix cr

* wip

* Fix dashboard for minikube

* Fix steps for prometheus howto

* Update ordering

* fix ct

* wip

* Update README.md
2020-03-12 10:40:27 -07:00
.github add PR and issue templates (#111) 2019-10-11 10:44:23 -07:00
best-practices Fix 404 broken docs links (#424) 2020-03-10 23:32:02 -07:00
concepts Final monitoring doc revision (#433) 2020-03-12 10:40:27 -07:00
contributing Create README.md (#42) 2019-10-03 16:55:33 -07:00
getting-started Updated overview and concepts 2020-03-06 10:39:04 -08:00
howto Final monitoring doc revision (#433) 2020-03-12 10:40:27 -07:00
images Developer Tooling docs and adding links for Bindings and to other HowTo topics to concepts specs. (#429) 2020-03-12 10:07:00 -07:00
overview Fix 404 broken docs links (#424) 2020-03-10 23:32:02 -07:00
reference Final monitoring doc revision (#433) 2020-03-12 10:40:27 -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 Fixes as per Microsoft Doc Authoring Pack ext. 2020-02-10 19:24:45 +08:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
README.md Standardize capitalization 2020-03-07 09:52:34 -08: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 distributed
Getting Started Set up your environment
Concepts Dapr concepts explained
How-Tos Guides explaining how to accomplish specific tasks
Best practices Guides explaining best practices using Dapr including
Reference Detailed reference documentation
FAQ Frequently asked questions, mostly around differentiation to existing frameworks

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.
Componenets Contribution Open, community driven reusable components for building distributed applications.
SDKs - Go SDK
- Java SDK
- Javascript SDK
- Python SDK
- .NET SDK

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

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.4.0 Docs - Runtime - CLI
v0.3.0 Docs - Runtime - CLI
v0.2.0 Docs - Runtime - CLI
v0.1.0 Docs - Runtime - CLI