An open API service indexing awesome lists of open source software.

https://github.com/paulja/go-log

Log service from Distributed Services with Go
https://github.com/paulja/go-log

distributed-systems go grpc raft serf

Last synced: 8 months ago
JSON representation

Log service from Distributed Services with Go

Awesome Lists containing this project

README

          

# go-log

A distributed log implementation written in Go. The service uses gRPC for all external APIs, Serf and Raft with a multiplex implementation for inter-server communication, replication and resilience. Fully observable via structured logging and traces.

---

Developed while reading the book Distributed Services in Go by Travis Jeffery.