{% extends "base.html" %} {% block content %}

{{config.extra.organization.name}}

{{config.extra.organization.name}}

{{ config.extra.organization.description }}

Host a Website
Store Media
Backup Target

Made for redundancy

Each chunk of data is replicated in 3 zones

Zone (multiple servers)
Chunks of data

Our Goals

We made it lightweight and kept the efficiency in mind:

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

Keeping requirements low

We worked hard to keep requirements as low as possible:

  • CPU
    Any x86_64 CPU from the last 10 years, ARMv7 or ARMv8
  • RAM
    1 GB
  • Disk space
    At least 16 GB
  • Network
    200 ms or less, 50 Mbps or more
  • Heterogeneous hardware
    Build a cluster with whatever second-hand machines are available

Data resiliency for everyone

We built Garage to suit your existing infrastructure:

Garage implements the Amazon S3 API
and thus is already compatible with many applications.

Standing on the shoulders of giants

Garage leverages insights from recent research in distributed systems:

Sponsors and funding

The Deuxfleurs association has received a grant from NGI POINTER, to fund 3 people working on Garage full-time for a year : from October 2021 to September 2022.

NGI Pointers

This project has received funding from the European Union's Horizon 2021 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement N° 871528.

{% endblock %}