Skip to content
#

object-storage

Here are 227 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, local tiering, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, Hadoop, WebDAV, encryption, Erasure Coding.

  • Updated Oct 8, 2021
  • Go
lakeFS
arielshaqed
arielshaqed commented Oct 6, 2021

Steps to reproduce

  1. Log out of GUI.
    Result: Get logged out, redirect to page auth/login?next=%2Fauth%2Flogin.
  2. Log in.
    Result: Get logged in, but redirected to auth/login as requested.
  3. Ignore URL bar, ask "what just happened?" and log in again.
    Result: Get logged in, redirect to main page.

Analysis

The next query parameter after logging out seems wro

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 Aug 13, 2021
  • Java

Improve this page

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

Learn more