Skip to content

Releases: dapr-sandbox/generator-dapr

0.1.x

10 Jan 19:58
41c3be2
Compare
Choose a tag to compare
0.1.x Pre-release
Pre-release

This release represents the completion of the requirements of milestone 1 of the dapr yeoman generator. The generator itself is publicly available on npm.

  • Each microservice exercises the following features, and each publishes the exact same routes (using idiomatic web frameworks to each language) with the same functionality:
    Service advertising
    • State persistence
    • State retrieval
    • Pubsub
  • Each microservice comes with a README that guides developers through running the microservice in self-hosted mode or in Kubernetes
  • Each project includes manifests for state and pubsub components, to minimize time spent finding and configuring yaml files
  • Each microservice comes with a Dockerfile for efficiently building it into a lightweight container
  • Each microservice uses language primitives (not dapr SDKs) to interact with the dapr runtime