Skip to content

a naive java implementation of a distributed file storage

Notifications You must be signed in to change notification settings

jollyboss123/pandora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pandora

pandora is a naive implementation of distributed file storage in Java. pandora leverages the Content-Addressable Storage (CAS) approach to uniquely identify and store files. Each file is hashed, and the hash is used as its address, ensuring efficient retrieval and storage across distributed nodes.

About

a naive java implementation of a distributed file storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages