/Content_Addressable_Storage

WIP: Implementing a distributed CAS from scratch in golang

Primary LanguageGo

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.