aboutsummaryrefslogtreecommitdiff
path: root/doc/book/design
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-21 12:40:55 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-21 12:53:02 +0200
commita3758dc4c4a18b11d5dd30e0136d9339c005ac31 (patch)
tree670ecd17130680ab1f6a334f961a622525268908 /doc/book/design
parentfc8550864898a7a24e71dfb29027fd9b39305eab (diff)
downloadgarage-a3758dc4c4a18b11d5dd30e0136d9339c005ac31.tar.gz
garage-a3758dc4c4a18b11d5dd30e0136d9339c005ac31.zip
Update READMEnew-readme
Diffstat (limited to 'doc/book/design')
-rw-r--r--doc/book/design/goals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/design/goals.md b/doc/book/design/goals.md
index b97d73a9..9c2d89f0 100644
--- a/doc/book/design/goals.md
+++ b/doc/book/design/goals.md
@@ -14,10 +14,10 @@ website.
Garage is an opinionated object storage solutoin, we focus on the following **desirable properties**:
+ - **Internet enabled**: made for multi-sites (eg. datacenters, offices, households, etc.) interconnected through regular Internet connections.
- **Self-contained & lightweight**: works everywhere and integrates well in existing environments to target [hyperconverged infrastructures](https://en.wikipedia.org/wiki/Hyper-converged_infrastructure).
- **Highly resilient**: highly resilient to network failures, network latency, disk failures, sysadmin failures.
- **Simple**: simple to understand, simple to operate, simple to debug.
- - **Internet enabled**: made for multi-sites (eg. datacenters, offices, households, etc.) interconnected through regular Internet connections.
We also noted that the pursuit of some other goals are detrimental to our initial goals.
The following has been identified as **non-goals** (if these points matter to you, you should not use Garage):