Skip to content

Sarek-Wyona/distributed-services-in-go-proglog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

distributed-services-in-go-proglog

Generating the pb.go from proto file

  • Generating from log.proto at root level
make protogen

Notes:

  • Logging related terminology used in this exercise
    • 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published