diff options
author | nodiscc <nodiscc@gmail.com> | 2022-07-31 16:19:02 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2022-07-31 17:23:49 +0000 |
commit | 4d74e47cd489efcc58895c0da6c7767abfab0ff6 (patch) | |
tree | f1348bb635cf76a7500373e7c23e1b6fb08c6862 | |
parent | add description for distributed file systems categoryy (diff) | |
download | awesome-selfhosted-4d74e47cd489efcc58895c0da6c7767abfab0ff6.tar.gz awesome-selfhosted-4d74e47cd489efcc58895c0da6c7767abfab0ff6.zip |
add description for object storage category
- https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2984
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -915,6 +915,8 @@ Network distributed filesystems. **[`^ back to top ^`](#)** +[Object storage](https://en.wikipedia.org/wiki/Object_storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. + - [GarageHQ](https://garagehq.deuxfleurs.fr/) - An open-source geo-distributed storage service you can self-host to fulfill many needs - S3 compatible. ([Source Code](https://git.deuxfleurs.fr/Deuxfleurs/garage)) `AGPL-3.0` `Rust` - [Minio](https://minio.io/) - Minio is an open source object storage server compatible with Amazon S3 APIs. ([Source Code](https://github.com/minio/minio)) `AGPL-3.0` `Go` - [SeaweedFS](https://github.com/chrislusf/seaweedfs) - SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity. `Apache-2.0` `Go` |