Skip to content

0.1.x

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryanvolum ryanvolum released this 10 Jan 19:58
· 24 commits to master since this release
41c3be2

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