Re: [ceph-users] windows client

2014-03-13 Thread James Harper
> > Is it possible that ceph support windows client? Now I can only use RESTful > API(Swift-compatible) through ceph object gateway, > > but the languages that can be used are java, python and ruby, not C# or C++. > Is there any good wrapper for C# or C++,thanks. > I have a kind-of-working port

Re: [ceph-users] windows client

2014-03-13 Thread Kai Zhang
Hi JiaMin, There is C++ API for Ceph storage cluster: https://github.com/ceph/ceph/blob/27968a74d29998703207705194ec4e0c93a6b42d/src/include/rados/librados.hpp, maybe you can use that for your development. Here is a Hello World example: https://github.com/ceph/ceph/blob/27968a74d299987032077051