0

Dapr is new event-driven technology based on distributed building blocks and components.

How can one install the technology stack and get started with Dapr.

Evandro Pomatti
  • 13,341
  • 16
  • 97
  • 165

2 Answers2

1

These are the instructions to install Dapr: https://docs.dapr.io/getting-started/install-dapr/

Then, try the Hello World quickstart: https://github.com/dapr/quickstarts/tree/master/hello-world

I'd recommend the Hello Kubernetes quickstart next: https://github.com/dapr/quickstarts/tree/master/hello-kubernetes

Once you understand those, try the other quickstarts too: https://github.com/dapr/quickstarts

For more complex use cases, check the samples repository: https://github.com/dapr/samples

0

To get started you find basic information here https://dapr.io/ and particularly here to get in touch with the community https://github.com/dapr/dapr#community.

To catch up I suggest to look into the Build 2020 and community calls videos http://aka.ms/dapr-recordings.

Kai Walter
  • 3,485
  • 2
  • 32
  • 62