A project to practice distributed services with Go, based on the book "Distributed Services with Go."
This repository contains code and exercises from the book "Distributed Services with Go". The main focus is to build a distributed log service using Go.
- Implementation of a distributed log service
- Exploration of Go's concurrency and networking capabilities
- Practical examples and exercises from the book
To get started with this project, follow these steps:
-
Clone the repository:
git clone https://github.com/zrma/proglog.git cd proglog
-
Install dependencies: Make sure you have Go installed. Then run:
go mod tidy