TerraStackIO / terrastack

This project is archived, but the idea of Terrastack lives on in the Terraform CDK. - https://github.com/hashicorp/terraform-cdk
https://terrastack.io
75 stars 1 forks source link

POC: Graph sequencing #12

Closed skorfmann closed 5 years ago

skorfmann commented 5 years ago

Not much to see here, just played around with npm packages to do graph sequencing

{ safe: false,
  chunks:
   [ [ [Component] ],
     [ [Component], [Component] ],
     [ [Component] ] ] }
---------
task: yeah d
---------
task: yeah a
task: yeah c
---------
task: yeah b

For the record: I think the problem is called "directed acyclic graph with topological order" (and parallel sequencing)

skorfmann commented 5 years ago

Closed in favour of #14