Dapr user documentation, used to build docs.dapr.io
Go to file
Yaron Schneider 0694960f85
Rename readme.md to README.md (#131)
2019-10-15 20:53:04 -07:00
.github add PR and issue templates (#111) 2019-10-11 10:44:23 -07:00
best-practices remove actionscore references (#129) 2019-10-15 18:37:29 -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 readme.md to README.md (#131) 2019-10-15 20:53:04 -07:00
howto fix typo (#124) 2019-10-15 15:10:48 -07:00
images overview changes (#121) 2019-10-15 16:42:47 -07:00
quickstart doc updates including overview and readmeS for sections 2019-10-06 21:22:17 -07:00
reference Update existing contribution guidance to include CLA (#126) 2019-10-15 18:09:15 -07:00
LICENSE Addint MIT license (#101) 2019-10-08 17:32:59 -07:00
README.md Rename readme.md to README.md (#132) 2019-10-15 20:52:06 -07:00
overview.md overview changes (#121) 2019-10-15 16:42:47 -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.