S3-compatible object store for small self-hosted geo-distributed deployments https://garagehq.deuxfleurs.fr/
Go to file
Alex 4ba54ccfca Reorder imports.
Trying to separate:
1. Stuff for handling the swarm of nodes and generic table data replication
2. Stuff for the object store core application: metadata tables and block management
3. Stuff for the S3 API
2020-04-18 19:39:57 +02:00
src Reorder imports. 2020-04-18 19:39:57 +02:00
.gitignore Trying to do TLS 2020-04-12 15:51:19 +02:00
Cargo.lock WIP 2020-04-17 17:09:57 +02:00
Cargo.toml WIP 2020-04-17 17:09:57 +02:00
genkeys.sh Cleanup 2020-04-12 19:18:31 +02:00
LICENSE First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
Makefile Implement sending blocks to nodes that need them 2020-04-17 19:16:08 +02:00
README.md First commit: skeleton for something great 2020-04-05 23:33:42 +02:00
rustfmt.toml Fix the Sync issue. Details: 2020-04-10 22:01:48 +02:00
TODO Implement sending blocks to nodes that need them 2020-04-17 19:16:08 +02:00

Garage

THIS IS ALL WORK IN PROGRESS. NOTHING TO SEE YET BUT THANKS FOR YOUR INTEREST.

Garage implements an S3-compatible object store with high resiliency to network failures, machine failure, and sysadmin failure.