Dapr user documentation, used to build docs.dapr.io
Go to file
Yaron Schneider 71d3ac6de4
add KEDA (#123)
2019-10-15 14:52:27 -07:00
.github add PR and issue templates (#111) 2019-10-11 10:44:23 -07:00
best-practices fix daprcore references (#78) 2019-10-08 09:35:51 -07:00
concepts building blocks concept (#112) 2019-10-13 22:46:47 -07:00
contributing Create README.md (#42) 2019-10-03 16:55:33 -07:00
getting-started Rename setup-dapr to environment-setup (#108) 2019-10-10 19:23:54 -07:00
howto add KEDA (#123) 2019-10-15 14:52:27 -07:00
images updates to overview.md and adding readme.md for reference docs (#104) 2019-10-10 19:40:32 -07:00
quickstart doc updates including overview and readmeS for sections 2019-10-06 21:22:17 -07:00
reference Fixing the filename with minor updates (#120) 2019-10-14 16:57:24 -07:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
overview.md My final proof read edits. (#86) 2019-10-10 22:20:10 -07:00
readme.md Fix wrong markdown syntax (#118) 2019-10-11 16:12:01 -07:00

readme.md

Dapr documentation

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

  • Overview - An overview of Dapr and how it enables you to build distributed applications
  • Getting Started - Set up your environment for Dapr
  • Quickstarts and Samples - Quick start guides and samples for developing applications using Dapr
  • Concepts - Dapr concepts explained
  • How-Tos - Guides explaining how to accomplish specific tasks with Dapr
  • Reference - Detailed reference documentation

SDKs

  • Go SDK - Get started with the Dapr proto client for Go
  • Java SDK - Get started with the Dapr proto client for Java
  • Javascript SDK - Get started with the Dapr proto client for Javascript
  • Python SDK - Get started with the Dapr proto client for Python
  • .NET SDK - Get started with the Dapr proto client for .NET Core
  • Getting Started with .NET Actors - End to end tutorial for developing actor applications using the Dapr .NET sdk

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