From cb2b0c9866a3be8c5f59c36a18be5b384d94449b Mon Sep 17 00:00:00 2001 From: Vadim Inshakov Date: Sat, 28 Dec 2024 20:04:22 +0500 Subject: [PATCH] add package vadiminshakov/committer (#5545) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b218b2a..8db829c0 100644 --- a/README.md +++ b/README.md @@ -964,6 +964,7 @@ _Packages that help with building Distributed Systems._ - [bedrock](https://github.com/z5labs/bedrock) - Provides a minimal, modular and composable foundation for quickly developing services and more use case specific frameworks in Go. - [capillaries](https://github.com/capillariesio/capillaries) - distributed batch data processing framework. - [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. +- [committer](https://github.com/vadiminshakov/committer) - A distributed transactions management system (2PC/3PC implementation). - [consistent](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. - [consistenthash](https://github.com/mbrostami/consistenthash) - Consistent hashing with configurable replicas. - [dht](https://github.com/anacrolix/dht) - BitTorrent Kademlia DHT implementation.