DDDwithActorsPony icon indicating copy to clipboard operation
DDDwithActorsPony copied to clipboard

Pony version of https://github.com/VaughnVernon/DDDwithActors

DDDwithActorsPony

Docker Image CI

Pony version of https://github.com/VaughnVernon/DDDwithActors by Vaughn Vernon

(no persistence at the moment)

Structure

  • main: AccountRunner.pony
  • contracts: Contracts.pony
  • contracts for a second, type-minimizing version: SimplerContracts.pony
  • implementations: the rest

Running

  • docker-compose up --build
  • alternative: ponyc && ./DDDwithActorsPony