Skip to main content

One post tagged with "pipelines"

View All Tags

Propagating the side effects in cluster mode

ยท 6 min read
David Delassus
Co-creator of FlowG

Since v0.61.0, FlowG can run as a cluster of nodes sharing a single FoundationDB storage. Storing the data is the easy part: FoundationDB replicates it for us. But saving a pipeline is more than a write. Something must be compiled, started, reloaded or stopped, and not just on the node that received the API call. On every node.

FlowG v0.63.1 makes this work. Here's how.