You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Alex Auvolat 0e05b9bc77
cargo fmt
3 years ago
doc Update documentation 3 years ago
script Small improvements to compression code 3 years ago
src cargo fmt 3 years ago
.dockerignore Build Docker image 4 years ago
.drone.yml re-disable drone caches 3 years ago
.gitignore Work on API 4 years ago
Cargo.lock compress blocs with zstd 3 years ago
Cargo.toml Skeleton to the new web API 4 years ago
Dockerfile change dockerfile; add gzip caching 3 years ago
LICENSE Switch to AGPL 3 years ago
Makefile Improve bootstraping: do it regularly; persist peer list 3 years ago
README.md Drone CI badge on branch main 3 years ago
TODO update todo 4 years ago
config.dev.toml Build path correctly 4 years ago
genkeys.sh Cleanup 4 years ago
rustfmt.toml Fix the Sync issue. Details: 4 years ago

README.md

Garage Build Status

Garage logo

Garage is a lightweight S3-compatible distributed object store, with the following goals:

  • As self-contained as possible
  • Easy to set up
  • Highly resilient to network failures, network latency, disk failures, sysadmin failures
  • Relatively simple
  • Made for multi-datacenter deployments

Non-goals include:

  • Extremely high performance
  • Complete implementation of the S3 API
  • Erasure coding (our replication model is simply to copy the data as is on several nodes, in different datacenters if possible)

Our main use case is to provide a distributed storage layer for small-scale self hosted services such as Deuxfleurs.

Go to the documentation