Skip to content

My solutions to a series of distributed system challenges from Fly.io

Notifications You must be signed in to change notification settings

srinathln7/gossip-gloomers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gossip-gloomers

This repository presents the solutions to a series of challenges in distributed systems, originating from Fly.io and devised by Kyle Kingsbury, the creator of Jepsen. These challenges leverage Maelstrom, a messaging framework, and are built on top of it. Maelstrom, itself constructed on Jepsen, serves as a platform for communication between distributed systems. With Maelstrom, you can construct a "node" within your distributed system, and the framework seamlessly manages the routing of messages between these nodes. This capability allows Maelstrom to introduce failures and conduct verification checks based on the specified consistency guarantees for each challenge.

Getting Started

Prerequisites

  • Go installed on your machine

Installation

Run the following command in your terminal

go get github.com/jepsen-io/maelstrom/demo/go
go install .

For more information about Maelstrom, refer to the official documentation. Once you download the maelstrom binaries, set the following in your ~/.bashrc file before getting started with the challenge

alias m=maelstrom