This project is developed for the course CPSC 526 Distributed Systems at Yale University.
Install all required dependencies by running go mod tidy
, then run Makefile
after updating the proto files.
cmd/
├─ kueue/ CLI to interface with the MQ
docs/ Documentation on the usage
internal/ internally shared code
pkg/
├─ producer/ Producer client API
├─ consumer/ Consumer client API
scripts/
Pengyu Wang Bowen Shi Yizheng Shi