docs/getting-started
Young Bu Park f020dd9c62
Refactor getting-started doc (#106)
2019-10-10 13:54:35 -07:00
..
cluster Add guide to access service of loadbalancer without external IP in Minikube (#107) 2019-10-09 16:32:27 -07:00
readme.md Refactor getting-started doc (#106) 2019-10-10 13:54:35 -07:00
setup-dapr.md Refactor getting-started doc (#106) 2019-10-10 13:54:35 -07:00

readme.md

Getting Started

Dapr is a portable, event-driven runtime that makes it easy for enterprise developers to build resilient, microservice stateless and stateful applications that run on the cloud and edge and embraces the diversity of languages and developer frameworks.

To build and run your Dapr applications, you will need to setup your environments and install Dapr:

  1. Setup local development
  2. Setup Kubernetes environment

Once Dapr is installed, you can try out Hello-World sample first and then explore the other Dapr samples to evaluate the Dapr concepts, such as service invocation, state management, pubsub, bindings, etc.