Categorygithub.com/ColeVanOphem/golem
repositorypackage
0.0.0-20240824002110-baced720c3f0
Repository: https://github.com/colevanophem/golem.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Distributed File Store

A peer-to-peer key-value storage system implemented in Go.

Efficient data storage and retrieval across multiple nodes.

Mostly just me trying to learn some Go.

  • Key-Value storage system
  • P2P architecture for distributed storage
  • TCP transport layer for inter-peer communication

Based on anthdm's youtube videos.