Table of Contents

Deployment topologies

Sinapse supports several deployment patterns, all communicating transparently over the same multi-server message bus:

  • Standalone: a single Sinapse server instance manages devices directly; graphical clients connect to that local instance.
  • Master-slave: redundant Sinapse servers for fault tolerance.
  • Load-balancing: multiple Sinapse servers sharing computational load across a larger device/field footprint.
  • Multi-site / WAN: complex architectures where each "Sinapse server" can independently be standalone, master-slave, or load-balanced, spanning multiple company networks; external clients connect over encrypted channels through a firewall/secure gateway to reach specific server instances.