Skip to content
/ proglog Public

A project to practice distributed services with Go, based on the book "Distributed Services with Go."

Notifications You must be signed in to change notification settings

zrma/proglog

Repository files navigation

ProgLog

A project to practice distributed services with Go, based on the book "Distributed Services with Go."

Introduction

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.

Features

  • Implementation of a distributed log service
  • Exploration of Go's concurrency and networking capabilities
  • Practical examples and exercises from the book

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/zrma/proglog.git
    cd proglog
  2. Install dependencies: Make sure you have Go installed. Then run:

    go mod tidy

About

A project to practice distributed services with Go, based on the book "Distributed Services with Go."

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published