aboutsummaryrefslogtreecommitdiff
path: root/doc/book/design/goals.md
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-09-21 13:28:52 +0200
committerAlex <alex@adnab.me>2022-09-21 13:28:52 +0200
commitaf2b2f26b4bd9fcdeedf2cd03f9e1392e5781abc (patch)
tree670ecd17130680ab1f6a334f961a622525268908 /doc/book/design/goals.md
parentfc8550864898a7a24e71dfb29027fd9b39305eab (diff)
parenta3758dc4c4a18b11d5dd30e0136d9339c005ac31 (diff)
downloadgarage-af2b2f26b4bd9fcdeedf2cd03f9e1392e5781abc.tar.gz
garage-af2b2f26b4bd9fcdeedf2cd03f9e1392e5781abc.zip
Merge pull request 'Update README (fix #230)' (#391) from new-readme into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/391
Diffstat (limited to 'doc/book/design/goals.md')
-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):