Template of a Distributed Key-Value Store Project Series for Teaching Distributed Systems :teacher:

distributed-systems key-value-store teaching
1 Open Issue Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task is to implement Continuous Integration (CI) testing for the MadKV distributed key-value store project infrastructure without revealing the reference solution's source code. This involves designing a testing strategy that verifies the build process, Justfile recipes, and client-server interaction using a separate, minimal test implementation or by carefully isolating the testing components from the reference solution.

Complexity: 4/5
help wanted

Template of a Distributed Key-Value Store Project Series for Teaching Distributed Systems :teacher:

Rust
#distributed-systems#key-value-store#teaching