Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zkcluster-0.0.2.tar.gz (20.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page