Skip to content

wbrowne/chronicle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status

Building a distributed log based on Travis Jeffery's Distributed Services with Go

Build

Overview

  • 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

Check out the drawio which has more details via hover tooltips

About

Distributed log w/ gRPC, replication, load balancing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors