My implementation of gossip-gloomers - the fly.io distributed systems challenge (https://fly.io/dist-sys/)
Go 71.0%
Shell 24.8%
Dockerfile 4.2%
2 1 0

Clone this repository

https://tangled.org/willdot.net/gossip-gloomers https://tangled.org/did:plc:dadhhalkfcq3gucaq25hjqon/gossip-gloomers
git@knot.willdot.xyz:willdot.net/gossip-gloomers git@knot.willdot.xyz:did:plc:dadhhalkfcq3gucaq25hjqon/gossip-gloomers

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
readme.md

Gossip Gloomers#

This is my solutions to the Gossip Gloomers distributed systems problem by fly.io

I have created a docker image for running the tests inside which can be run using docker-compose run --rm -e TEST_TO_RUN=echo gossip-gloomers (replacing the TEST_TO_RUN env to be the test to run).

Note: The docker image is based off of the homebrew/brew image which is quite a whopper of an image so be prepaerd for a longish build time. Need to optimise that to be honest.