- Librados is a C/C++ programming interface that provides applications access to the Ceph distributed object store (RADOS) and hides the complexity of networking, data distribution, replication and failure recovery. - It can be used by Ceph components like RADOS Gateway and tools like rados, as well as third party applications that want to use Ceph for storage. Examples include providing storage for mail systems, Hadoop, and building custom applications. - The interface handles configuration, connections, I/O operations on objects, extended attributes and more so applications can easily integrate scalable reliable storage via Ceph without having to implement these functions themselves.