Skip to main content

PyPI Python License

evoid-cluster

Multi-node clustering — Intent Handler system

Quick StartIntent HandlerArchitectureAPI


Quick Start

uv add evoid-cluster

Method 1: Intent Handler (Recommended)

from evoid_cluster import register_handlers

# Register cluster as Intent handlers
register_handlers(config={
    "node": {"id": "node-1", "host": "0.0.0.0", "port": 9100},
    "cluster": {"secret": "my-secret"},
})

Method 2: Direct API

from evoid_cluster import ClusterBridge, ClusterConfig

config = ClusterConfig.from_toml("cluster.toml")
bridge = ClusterBridge(config)

Intent Handler

evoid-cluster registers inter-node communication as Intent handlers.


Architecture

Node A (users)  ←──WebSocket──→  Node B (chat)
       ↕                              ↕
Node C (database) ←──WebSocket──→  Node D (game)

Each node:

  1. Announces its services via Intent through the message bus
  2. ClusterBridge forwards intents to remote nodes
  3. Only Intent and Result flow between nodes — never raw data

Configuration

TOML (separate file)

[node]
id = "node-1"
host = "0.0.0.0"
port = 9100

[cluster]
secret = "my-cluster-secret"

[cluster.peers]
"node-b" = { host = "192.168.1.11", port = 9100 }

API

register_handlers(config: dict)

Register cluster as Intent handlers.

ClusterBridge Methods

Method Signature Description
start async start() Start cluster node
stop async stop() Stop cluster node
broadcast async broadcast(intent) Send intent to all peers

DI Integration

Cluster connects its registry to evoid-di, making remote services available as fallbacks:

from evoid_di import di
from evoid_cluster import ClusterBridge

bridge = ClusterBridge(config)
await bridge.start()

# Remote services become available via DI:
di.set_cluster_registry(bridge._registry)
storage = di.resolve("storage.postgresql")  # checks peers if not local

Dependencies

  • evoid>=0.4.0
  • websockets>=12.0

Links

License

MIT

Release files for evoid-cluster 0.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Built distribution (wheel)

Table of built distributions (wheels) for evoid-cluster 0.2.0
File Interpreter ABI Platform
evoid_cluster-0.2.0-py3-none-any.whl Python 3 none any Details

Release files / evoid_cluster-0.2.0-py3-none-any.whl

Download URL evoid_cluster-0.2.0-py3-none-any.whl
Size 16.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
5711378c35fb505ba8a1fd7d65675f11dc2aab506aed265509b7385571fcceaa
BLAKE2b-256 checksum
How to use checksums
c6a1859f4b52e8406717da3b97c22e0997410cf5e1d83e77e0dfb651c734b914
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

Release history Release notifications | RSS feed

This release

0.2.0 This release

1 release file

0.1.2

1 release file

0.1.1

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page