The Wayback Machine - https://web.archive.org/web/20220512182943/https://github.com/topics/blob-storage
Skip to content
#

blob-storage

Here are 192 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 May 12, 2022
  • Go
tiphaineruy
tiphaineruy commented Oct 11, 2021

Note sure if it could be interesting but:

When registering a table:

addr: 0.0.0.0:8084
tables:
  - name: "example"
    uri: "/data/"
    option:
      format: "parquet"
      use_memory_table: false

add in options:
glob

pattern: "file_typev1*.parquet"

or regexp

pattern: "\wfile_type\wv1\w*.parquet"

It would allow selecting in uri's with different exte

enhancement good first issue help wanted
waihona
LiteXStorage

LiteXStorage is simple yet powerful and very high-performance storage mechanism and incorporating both synchronous and asynchronous usage with some advanced usage of cloud storage which can help us to handle storage more easier!
  • Updated Apr 3, 2022

Improve this page

Add a description, image, and links to the blob-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 blob-storage topic, visit your repo's landing page and select "manage topics."

Learn more