https://github.com/mwguy/cdnken
Distributed storage for blob data with a single database
https://github.com/mwguy/cdnken
Last synced: 2 months ago
JSON representation
Distributed storage for blob data with a single database
- Host: GitHub
- URL: https://github.com/mwguy/cdnken
- Owner: MWGuy
- License: apache-2.0
- Created: 2021-12-13T02:48:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T06:00:02.000Z (over 3 years ago)
- Last Synced: 2025-03-21T22:41:33.572Z (3 months ago)
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdnken
Distributed storage for blob data with a single database.
### Why?
Project goal is uniting multiple storage servers into single object database with one endpoint.
### Quick overview
* master server - http server with database connection who redirects requests to storage servers
* storage daemon - daemon server who manipulates on directory of objects
* storage server - any http server (eg. nginx) who serves objects from demon directory