Skip to content
/ kurz Public

Event streaming and key-value store built on gossiping

Notifications You must be signed in to change notification settings

Owez/kurz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurz

Event streaming and key-value store built on gossiping

Status

Heavily in-development and not at all suitable for production; hardly any features work as of the time of writing. The specification is included inside of the library's documentation.

Implemented

  • Message trait as the backbone of request/responses
  • Actions and a ToAction trait
  • Encryption automatically implemented for the Message trait
  • Request and Response implementing ToAction and Message traits
  • Kurz and Peer representing peers

Roadmap

  • Document new Kurz and Peer in specification
  • Finish KeySend request
    • Encoding
    • Decoding
    • Handling incoming
    • Testing/examples

About

Event streaming and key-value store built on gossiping

Topics

Resources

Stars

Watchers

Forks

Languages