UbuntuUpdates.org

Package "python3-pysyncobj"

This package belongs to a PPA: Postgresql

Name: python3-pysyncobj

Description:

RAFT-based python class replication between multiple servers
PySyncObj is a python library for building fault-tolerant distributed systems.
It provides the ability to replicate your application data between multiple
servers. It has following features:

* raft protocol for leader election and log replication
* Log compaction - it use fork for copy-on-write while serializing data on
disk
* Dynamic membership changes - you can do it with syncobj_admin utility or
directly from your code
* Zero downtime deploy - no need to stop cluster to update nodes
* In-memory and on-disk serialization - you can use in-memory mode for small
data and on-disk for big one
* Encryption - you can set password and use it in external network
* Configurable event loop - it can works in separate thread with it's own
event loop - or you can call onTick function inside your own one
* Convenient interface - one can easily transform arbitrary class into a
replicated one

Latest version: 0.3.12-1.pgdg22.04+1
Release: jammy-pgdg
Level: base
Repository: main
Head package: pysyncobj
Homepage: https://github.com/bakwc/PySyncObj

Links


Download "python3-pysyncobj"


Other versions of "python3-pysyncobj" in Jammy-pgdg

Repository Area Version
base universe 0.3.11-1
PPA: Postgresql 0.3.11-1.pgdg18.04+1
PPA: Postgresql 0.3.11-1.pgdg20.04+1

Changelog

Version: 0.3.12-1.pgdg22.04+1 2023-12-04 21:08:46 UTC
This repository doesn't support changelogs.

Version: 0.3.11-1.pgdg22.04+1 2022-11-11 15:09:14 UTC
This repository doesn't support changelogs.



About   -   Send Feedback to @ubuntu_updates