An open API service indexing awesome lists of open source software.

https://github.com/cloudnoize/distributed_systems_simulations

experiment with building blocks of distributed systems
https://github.com/cloudnoize/distributed_systems_simulations

Last synced: 8 months ago
JSON representation

experiment with building blocks of distributed systems

Awesome Lists containing this project

README

          

# Distributed Systems Simulation Collection

This repository is a collection of **distributed systems component simulations** implemented in Go.
It provides simplified, educational versions of widely used distributed primitives and systems.

---

## 📚 Components

The repository includes simulations of:

- **Gossip Protocols**
Demonstrates epidemic message dissemination and version convergence.

---