- Learning Ceph(Second Edition)
- Anthony D'Atri Vaibhav Bhembre Karan Singh
- 131字
- 2021-07-08 09:43:54
Librados
Librados is the common underpinning of which other Ceph services behind the scenes. It is also possible for applications to interface directly with RADOS in ways that are not an ideal fit with the higher level RBD, RGW, or CephFS interfaces, but wish to exploit the scalability, networking, and data protection that Ceph offers instead of reinventing the wheel. There are RADOS API bindings for multiple programming languages, including C, C++, Ruby, PHP, Java, Erlang, Go, Haskell, and Python.
A potential use case is the Vaultaire Time Series Database (TSDB). Vaultaire is described as a massively scalable metrics database, in the vein of RRDtool and Whisper (part of Graphite):
http://www.anchor.com.au/blog/2014/06/vaultaire-ceph-based-immutable-tsdb/
There is also a plugin for the popular Dovecot mail system that stores email messages as RADOS objects:
https://github.com/ceph-dovecot/dovecot-ceph-plugin
https://www.mail-archive.com/ceph-users@lists.ceph.com/msg40429.html
- JIRA 7 Administration Cookbook(Second Edition)
- Learning AWS Lumberyard Game Development
- SQL語言從入門到精通
- Learn Programming in Python with Cody Jackson
- Koa開發:入門、進階與實戰
- 嚴密系統設計:方法、趨勢與挑戰
- Oracle從入門到精通(第5版)
- 劍指Java:核心原理與應用實踐
- 速學Python:程序設計從入門到進階
- Backbone.js Testing
- Python程序設計教程
- Greenplum構建實時數據倉庫實踐
- Laravel Design Patterns and Best Practices
- Java程序設計教程
- Arduino Electronics Blueprints