- 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
- Oracle從入門到精通(第3版)
- Practical Data Analysis Cookbook
- Power Up Your PowToon Studio Project
- 編寫高質量代碼:改善C程序代碼的125個建議
- Learning Apache Karaf
- Learning Docker Networking
- BeagleBone Robotic Projects(Second Edition)
- Mastering OAuth 2.0
- Clojure High Performance Programming(Second Edition)
- Android應用程序設計
- 你好!Java
- HikariCP數據庫連接池實戰
- 前端架構設計
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- 自然語言處理NLP從入門到項目實戰:Python語言實現