diff --git a/Makefile b/Makefile index 1098d712..7242f1d6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,10 @@ +.PHONY: doc + all: clear; cargo build +doc: + cd doc/book; mdbook build + release: RUSTFLAGS="-C link-arg=-fuse-ld=lld -C target-cpu=x86-64 -C target-feature=+sse2" cargo build --release --no-default-features diff --git a/doc/book/src/img/eu-flag-logo.png b/doc/book/src/img/eu-flag-logo.png new file mode 100644 index 00000000..eab9e833 Binary files /dev/null and b/doc/book/src/img/eu-flag-logo.png differ diff --git a/doc/book/src/img/ngi-logo.png b/doc/book/src/img/ngi-logo.png new file mode 100644 index 00000000..ee0f0c29 Binary files /dev/null and b/doc/book/src/img/ngi-logo.png differ diff --git a/doc/book/src/intro.md b/doc/book/src/intro.md index 8306a0c6..94d582f0 100644 --- a/doc/book/src/intro.md +++ b/doc/book/src/intro.md @@ -70,7 +70,7 @@ We also do not classify Swift as *Simple*. **[Ceph](https://ceph.io/ceph-storage/object-storage/):** This review holds for the whole Ceph stack, including the RADOS paper, Ceph Object Storage module, the RADOS Gateway, etc. At its core, Ceph has been designed to provide *POSIX/Filesystem compatibility* which requires strong consistency, which in turn -makes Ceph latency-sensitive and fails our *Internet enabled* goal. +makes Ceph latency-sensitive and fails our *Internet enabled* goal. Due to its industry oriented design, Ceph is also far from being *Simple* to operate and from being *Self-contained & lightweight* which makes it hard to integrate it in an hyperconverged infrastructure. In a certain way, Ceph and MinIO are closer together than they are from Garage or OpenStack Swift. @@ -111,3 +111,18 @@ Our code repository and issue tracker, which is the place where you should repor Garage's source code, is released under the [AGPL v3 License](https://www.gnu.org/licenses/agpl-3.0.en.html). Please note that if you patch Garage and then use it to provide any service over a network, you must share your code! + +# Funding + +The Deuxfleurs association has received a grant promise to fund 3 people working on Garage for a year, from October 2021 to September 2022. + +
+ + NGI Pointer logo + + + EU flag logo + +
+ +_This project has received funding from the European Union’s Horizon 2020 research and innovation programme within the framework of the NGI-POINTER Project funded under grant agreement No 871528._