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/27968a74d29998703207705194ec4e0c93a6b42d/examples/librados/hello_world.cc

Regrard,
Kai

At 2014-03-11 21:57:23,ljm李嘉敏 jm...@ctrip.com wrote:


Hi all,

 

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.

 

Thanks  Regards

Li JiaMin

 

System Cloud Platform

3#4F108

 ___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com


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 of librbd to Windows, if you are interested.

James

___
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com