Skip to content
Nick Walker edited this page Jan 26, 2022 · 3 revisions

CS347 - Wiki

Do not go beyond the scope of this project even if it's exciting.

Key Notes

  • Uses Butter framework.
  • Implement library add on for persistent data storage.
  • On the same layer of abstraction as other key features such as peer discovery and node storage.

To implement

  • Group Join (creation in case of empty group)
  • Group management
  • Group store
  • Leader election

Questions

  • Should be need to modify the Node struct for example, how would we go about that? Or should that case be avoided entirely?
Clone this wiki locally