valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

README.md (1908B)


      1 This set of snippets contains a series of transformation type processes which consume and produce resource, plus one issue/receive to cross namespaces.  There is no transportation.  It contains both serialized and stock type resources.  Purpose is to have a somewhat loosely coupled value flow to explore both forward and backward traversing of the resource flows.
      2 
      3 ![bike flow](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/bike-flow.png) 
      4 
      5 1. [resources-0.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/resources-0.yaml)
      6 1. [produce-process-1-1.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/produce-process-1-1.yaml)
      7 1. [produce-process-1-2.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/produce-process-1-2.yaml)
      8 1. [resources-1.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/resources-1.yaml)
      9 1. [issue-process-2-1.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/issue-process-2-1.yaml)
     10 1. [issue-process-2-2.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/issue-process-2-2.yaml)
     11 1. [resources-2.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/resources-2.yaml)
     12 1. [produce-process-3.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/produce-process-3.yaml)
     13 1. [resources-3.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/resources-3.yaml)
     14 1. [disassemble-process-4.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/disassemble-process-4.yaml)
     15 1. [resources-4.yaml](https://github.com/valueflows/valueflows/blob/master/snippets/bikes-transform-alt/resources-4.yaml)