Skip to content

andreeib/jocko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JOCKO

Kafka/distributed commit log service in Go.

Goals of this project:

  • Implement Kafka in Go
  • Make operating simpler
  • Distribute a single binary
  • Improve performance
  • Use Raft for consensus
  • Smarter configuration settings
    • Able to use percentages of disk space for retention policies rather than only bytes and time kept
    • Handling size configs when you change the number of partitions or add topics
  • Learn a lot and have fun

TODO

  • Write and read segments of a commit log
  • Segment indexes
  • Writing over a network
  • Distributed replication
  • Clients
  • Etc...

License

MIT


Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%