docs/storage/commit_log | The commit_log binary runs a simulation of the design for a commit-log based signer, with a simulated Kafka-like interface and a simulated master election package (which can be triggered to incorrectly report multiple masters), and with the core algorithm in the signer code. |
docs/storage/commit_log/signer | Package signer is a sample implementation of a commit-log based signer. |
docs/storage/commit_log/simelection | Package simelection simulates a master election. |
docs/storage/commit_log/simkafka | Package simkafka is a toy simulation of a Kafka commit log. |