Skip to content

davidchandra95/log-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log-Buddy is a simple distribution system written in Go

Terms:

  • Record--the data stored in our log.
  • Store--the file we store records in.
  • Index--the file we store index entries in.
  • Segment--the abstraction that ties a store and an index together.
  • Log--the abstraction that ties all the segments together.

About

supposed to be a distributed log system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published