Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reverbrain/elliptics
Distributed storage for medium and large objects with streaming support
https://github.com/reverbrain/elliptics
Last synced: 8 days ago
JSON representation
Distributed storage for medium and large objects with streaming support
- Host: GitHub
- URL: https://github.com/reverbrain/elliptics
- Owner: reverbrain
- License: lgpl-3.0
- Created: 2012-06-19T10:05:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-13T16:15:30.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T02:12:55.057Z (3 months ago)
- Language: C++
- Homepage: http://reverbrain.com/elliptics
- Size: 18.5 MB
- Stars: 496
- Watchers: 43
- Forks: 86
- Open Issues: 25
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - reverbrain/elliptics - Distributed storage for medium and large objects with streaming support (others)
README
Elliptics network is a fault tolerant key/value storage.
It was designed to handle all error cases starting from simple disk problems upto datacenter failures.
With default key generation policy it implements distributed hash table object storage.The network does not use dedicated servers to maintain the metadata information,
it supports redundant objects storage.
Small to medium sized write benchmarks can be found on eblob page and in the appropriate blog section.For more details check http://reverbrain.com/elliptics
Google group: https://groups.google.com/forum/?fromgroups=#!forum/reverbrain