striot-0.2.1.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

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.