全部搜索项
bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: pysyncobj  ]

软件包:python3-pysyncobj(0.3.12-1)

python3-pysyncobj 的相关链接

Screenshot

Debian 的资源:

下载源码包 pysyncobj

维护者:

外部的资源:

相似软件包:

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

其他与 python3-pysyncobj 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 python3-pysyncobj

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 37.4 kB202.0 kB [文件列表]