nicky-ayoub / Content_Addressable_Storage

WIP: Implementing a distributed CAS from scratch in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content Addressable Storage

This is a custom distributed CAS memory implementation in golang.

For establishing connection and facilitating communication between peers a custom library p2p library has been implemented.

About

WIP: Implementing a distributed CAS from scratch in golang


Languages

Language:Go 99.4%Language:Makefile 0.6%