zzzeek's clustering server framework
Project description
This library provides a framework for writing clustered services.
Currently, it is derived from the basis used in HAAlchemy, and is intended to be used with HAAlchemy and Connmon.
The core of the framework is a clusterable service which can connect with other clusterable services using a p2p system, and within the p2p system a partial implementation of the RAFT consensus algorithm may also be used for “leader” selection.
Messaging is performed using a simple RPC scheme. Applications which use the system only work with RPC message objects.
The file demo.py illustrates some use of the API.
The ZKCluster API is very specific to its current use cases, and is likely not useful as a general use RPC / clustering library.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file zkcluster-0.0.10.tar.gz
.
File metadata
- Download URL: zkcluster-0.0.10.tar.gz
- Upload date:
- Size: 21.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 457fd716d81e878bb0c1ba14416d046c7dc36ddecb679920afc080d078e7903f |
|
MD5 | b9fbbb3ae2a9f1b33bb21ac65e5b26ee |
|
BLAKE2b-256 | 26c30fe68bd38f603448c35d63d23d4bcbd5933f6b6c63a3e00f8eb4e711d9c8 |