You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2025. It is now read-only.
**Go-WebRados** is a simple and high performance HTTP service for **CEPH** distributed file system.
5
+
The main goal of this tool is to provide simple HTTP interface for **Ceph's** bare **RADOS** layer.
6
+
**Go-WebRados** is not a replacement for **RadosGW** as is does not have all reach APIs and features of RadosGW(S3, Swift, etc ...), instead it stands for simplicity and performance.
7
+
8
+
GO-WebRados relies on HTTP methods to interact with RADOS object, thus it can provide access to objects store in RADOS directly from internet browser .
9
+
The ide is to have web accessible storage for millions of relatively small files, which can be accessed from browser directly.
10
+
11
+
GO-WebRados relies on C bindings of **Ceph** so in order to run this program you need to install Ceph packages.
12
+
Running Ceph services on computer which hosts GO-WebRados is not required, it's even better to have a dedicated server or server for running GO-WebRados
13
+
14
+
### **Download and install**
15
+
---------
16
+
17
+
You can build GO-WebRados from source or download precompiled binaries. If you already have installed Cephs packages and want to make things easy ,
18
+
just download te GO-WebRados binary, make it executeable, and you are ready to run .
0 commit comments