mirror of
https://github.com/uroni/hs5.git
synced 2025-10-26 11:17:18 +00:00
High-performance scale-up self-hosted simple storage service (hs5)
| .github/workflows | ||
| .vscode | ||
| lmdb | ||
| test | ||
| .clang-format | ||
| .gitignore | ||
| CMakeLists.txt | ||
| CMakePresets.json | ||
| COPYING | ||
| crypt.cpp | ||
| crypt.h | ||
| data.cpp | ||
| data.h | ||
| main.cpp | ||
| os_functions.cpp | ||
| os_functions.h | ||
| README.md | ||
| relaxed_atomic.h | ||
| s3handler.cpp | ||
| s3handler.h | ||
| SingleFileStorage.cpp | ||
| SingleFileStorage.h | ||
| utils.cpp | ||
| utils.h | ||
| vcpkg.json | ||
High-performance scale-up self-hosted simple storage service (hs5)
-
High performance: Designed to run with high performance
-
Scale-up: Runs only on a single node. To scale it use it on a better machine. With machines with terabytes of RAM and hundreds of terabytes of storage available this might be enough for many use cases
-
Self-hosted: You run it yourself, keeping ownership and responsibility of your data
-
Simple: Simple to setup and run. API-compatible with AWS S3 API
-
Storage Service: An object storage service like AWS S3