Skip to content
#

distributed-storage

Here are 157 public repositories matching this topic...

seaweedfs

SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.

  • Updated Jun 3, 2022
  • Go
hessio
hessio commented Mar 3, 2022

There is a repo in CORTX called CORTX S3 sample code which provides code samples for how to use the s3 API in different languages. Currently the Curl API has not been completed. 

For this task you should change all the 'TODO' sections with the required the code.

repo: [https://github.com/Seagate/cortx/tree/main/cortx-s3samplecode](https://github.com/Seagate/cortx/tree/main/cortx-s3samplecode

documentation enhancement good first issue help wanted
JEnoch
JEnoch commented May 16, 2022

Describe the feature

In current implementation, when issuing a query, the QueryingSubscriber pushes in a merge_queue the samples resulting of this query and the samples coming directly from the publishers. Then, at query end, the merge_queue is sorted and dedup-ed.

I would be more efficient to use an enhanced merge_queue that sort+dedup on the fly, for each pushed sample.

enhancement good first issue

A decentralized (p2p) file storage system built atop Kademlia DHT that enforces data integrity, privacy, and availability through sharding, proofs of retrievability, redundancy, and encryption, with smart-contract powered incentive scheme

  • Updated Sep 29, 2018
  • JavaScript

The legacy distributed object storage server developed by PitchPoint Solutions can store billions of large and small files using minimal resources. Object data is stored in replicated volumes implemented like Facebooks Haystack Object Store. Object metadata which essentially maps an object name to a volume position is stored in an elasticsearch index. (Development by PitchPoint Solutions has been discontinued)

  • Updated Feb 11, 2022
  • Java

Improve this page

Add a description, image, and links to the distributed-storage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the distributed-storage topic, visit your repo's landing page and select "manage topics."

Learn more