Multi-Server & Compute Clusters
Connect many machines into one workflow — distribute and parallelize for big data science.
A single Circuitry Server connects a device to one machine. Connect several and your workflow becomes a small compute cluster: different steps can run on different machines, at the same time.
What this unlocks
- Per-node placement — run each code node on a different machine.
- Parallel execution — fan work out with Fork and Join so independent branches run concurrently across servers.
- Big data science — process large datasets by spreading the load instead of waiting on one CPU.
- Mix of hardware — pair a GPU box for AI workloads with general-purpose machines for everything else.
How it works
- Connect each machine by running Circuitry Server on it.
- Add the servers in settings so they're available to your workflows.
- Route nodes to the server that suits them — heavy native compute to the fast box, light steps anywhere.
From iPad
Drive the whole cluster from an iPad. The tablet stays responsive while the connected machines do the heavy lifting.