This project is a full-featured BitTorrent client library and protocol implementation. It provides the core components necessary for peer-to-peer file sharing, including a networking stack that supports the BitTorrent specification, tracker communication, and swarm management. A primary differentiator is the inclusion of a virtual filesystem that allows torrents to be mounted as read-only drives. This system enables on-demand content streaming, where specific data pieces are fetched from the network only when a read request occurs, rather than requiring the entire archive to be downloaded fir
A library built to provide support for defining service health for golang services. It allows you to register async health checks for your dependencies and the service itself, provides a health endpoint that exposes their status, and health metrics.
dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise
Simplified distributed locking implementation using Redis
distributed data sync with operational transformation/transforms
The main features of dotchain/dot are: Distributed Systems.
Open-source alternatives to dotchain/dot include: appsflyer/go-sundheit — A library built to provide support for defining service health for golang services. It allows you to register async… buildthingsuseful/build-your-own-kafka — Build Your Own Kafka. anacrolix/dht — dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and… anacrolix/torrent — This project is a full-featured BitTorrent client library and protocol implementation. It provides the core components… bsm/redislock — Simplified distributed locking implementation using Redis. buraksezer/consistent — Consistent is a Go library that implements consistent hashing with bounded loads to distribute data keys across nodes…