GitXplorerGitXplorer
e

gossip-glomers

public
4 stars
0 forks
1 issues

Commits

List of commits on branch main.
Verified
111048095290261748330282be2c356e76f537ae

Merge pull request #4 from elh/5c

eelh committed 2 years ago
Unverified
3e846bf342eae4b7168816474f52357ca1bb9575

key logger can serve from local cache of log too, why not

eelh committed 2 years ago
Unverified
b53cb88888a0eef0224a3b7e70e31104d4389278

commit leader can serve from its own cache. reduces operations

eelh committed 2 years ago
Unverified
7c63ef0184043af0d8fce082c3044dba09474125

implement "Challenge #5c: Efficient Kafka-Style Log"

eelh committed 2 years ago
Unverified
68ec8e9790d9b24210b5f858d5d612f120d1a2a4

run handler async for each req

eelh committed 2 years ago
Verified
c58188fec0d5a6bb674eea4d109cd1eecc1eb49e

Merge pull request #3 from elh/5b

eelh committed 2 years ago

README

The README file for this repository.

gossip-glomers 🙊

A series of distributed systems challenges brought to you by Fly.io.

Examples:

# jepsen-io/maelstrom must be installed and `MAELSTROM_PATH` env var must be set to point to it

make run-1 # run specific challenges. see Makefile
make run-2
# ...
make run-6c

Relevant reading:

Long time fan of Jepsen and Aphyr's writing so I loved this. Maelstrom is awesome 🌀