Skip to content

Opinionated high-level wrapper for librados (Ceph).

License

Notifications You must be signed in to change notification settings

ArtemGr/rados.hi.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rados_hi - Opinionated high-level wrapper for librados (Ceph).

crate docs

RADOS is a High Availability (with configurable replication and/or erasure coding) object store that is both a backbone of the Ceph distributed filesystem and a powerful distributed database of its own.

rados_hi is an experimental high-level wrapper around the low-level (so far) ceph-rust bindings. It achieves good parallelization and composability by lifting RADOS AIO operations as futures.

NB. This library starts the AIO operations early, as soon as the Future is created. You still need to "drive" the follow-up operations in a futures chain (cf).

big brother

Releases

No releases published

Packages

No packages published

Languages