GitXplorerGitXplorer
e

gossip-glomers

public
4 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
9315ba3e338d89768d6f4781278a52e99c01108c

add last writer wins to #6b as well

eelh committed 2 years ago
Unverified
85c282d5ced669b6e9236436320383a62e4114cb

use last writer wins to give some single object ordering

eelh committed 2 years ago
Unverified
82add4a5f1b81cede5ab0df7f8951e75f5ca2afb

implement "Challenge #6b: Totally-Available, Read Uncommitted Transactions"

eelh committed 2 years ago
Unverified
cf93dfad4dbf911c455ebea04ae06f2b81a64990

implement "Challenge #6c: Totally-Available, Read Committed Transactions"

eelh committed 2 years ago
Verified
cca6995f64619817836d24ce82a249d758de327c

Merge pull request #5 from elh/6a

eelh committed 2 years ago
Unverified
b8d9a4daadc132692e91b52b1a2488d488db468b

implement "Challenge #6a: Single-Node, Totally-Available Transactions"

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 🌀