Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Striot.CompileIoT.Compose
Synopsis
Documentation
generateDockerCompose :: PartitionedGraph -> String Source #
Generate a docker-compose-format compose.yml in a String, encoding the Node inter-connections from the supplied PartitionedGraph as dependencies, such that consumer Nodes will be started prior to the producer Nodes that connect to them.