- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 198字
- 2021-07-02 23:19:16
Understanding Ceph object storage
Object storage cannot be directly accessed by an operating system as a disk of a filesystem. Rather, it can only be accessed via API at the application level. Ceph is a distributed object storage system that provides an object storage interface via the Ceph object gateway, also known as the RADOS Gateway (RGW) interface, which has been built on top of the Ceph RADOS layer. The RGW uses librgw (RADOS Gateway Library) and librados, allowing applications to establish a connection with the Ceph object storage. The RGW provides applications with a RESTful S3 / Swift-compatible API interface to store data in the form of objects in the Ceph cluster. Ceph also supports multitenant object storage, accessible via RESTful API. In addition to this, the RGW also supports Ceph Admin APIs that can be used to manage the Ceph storage cluster using native API calls.
The librados software libraries are very flexible and can allow user applications to directly access the Ceph storage cluster via C, C++, Java, Python, and PHP bindings. Ceph object storage also has multisite capabilities, that is, it provides solutions for disaster recovery.
The following image represents a Ceph object storage:

- 課課通計算機原理
- 平面設計初步
- Getting Started with Clickteam Fusion
- Cloud Analytics with Microsoft Azure
- Hands-On Neural Networks with Keras
- 基于32位ColdFire構建嵌入式系統
- 空間機械臂建模、規劃與控制
- 未來學徒:讀懂人工智能飛馳時代
- 筆記本電腦使用與維護
- 機器人制作入門(第4版)
- PostgreSQL High Performance Cookbook
- 洞察大數據價值:SAS編程與數據挖掘
- Hadoop大數據開發基礎
- Mastering Windows Group Policy
- 仿蛛機器人的設計與制作