Re: [ceph-users] Python APIs

2013-06-18 Thread John Wilkins
Giuseppe, My apologies for the misunderstanding. I do have some information on the librados API. There is a Python binding for the Ceph Filesystem in the repository. For information on cloning the Ceph repository, see http://ceph.com/docs/master/install/clone-source/ Once you clone the Ceph sour

Re: [ceph-users] Python APIs

2013-06-18 Thread Sage Weil
On Tue, 18 Jun 2013, Giuseppe 'Gippa' Paterno' wrote: > Hi John, > apologies for the late reply. The librados seems quite interesting ... > > Actually no. I'll write up an API doc for you soon. > > > > sudo apt-get install python-ceph > > > > import rados > > I wonder if I can ake python calls to

Re: [ceph-users] Python APIs

2013-06-18 Thread Giuseppe 'Gippa' Paterno'
Hi John, apologies for the late reply. The librados seems quite interesting ... > Actually no. I'll write up an API doc for you soon. > > sudo apt-get install python-ceph > > import rados I wonder if I can ake python calls to interact with the object store (say: cephfs.open() mkdir() ) direct

Re: [ceph-users] Python APIs

2013-06-12 Thread John Wilkins
Actually no. I'll write up an API doc for you soon. sudo apt-get install python-ceph import rados You can view the code by cloning the git repository. http://ceph.com/docs/master/install/clone-source/ The source is in src/pybind/rados.py. See http://ceph.com/docs/master/rbd/librbdpy/ The fir

Re: [ceph-users] Python APIs

2013-06-12 Thread Giuseppe "Gippa" PaternĂ²
Is using s3/swift emulation the only way to access object store with python? On 06/11/2013 08:32 PM, John Wilkins wrote: > Here are the libraries for the Ceph Object Store. > > http://ceph.com/docs/master/radosgw/s3/python/ > http://ceph.com/docs/master/radosgw/swift/python/ > >

Re: [ceph-users] Python APIs

2013-06-11 Thread John Wilkins
Here are the libraries for the Ceph Object Store. http://ceph.com/docs/master/radosgw/s3/python/ http://ceph.com/docs/master/radosgw/swift/python/ On Tue, Jun 11, 2013 at 2:17 AM, "Giuseppe \"Gippa\" PaternĂ²" wrote: > Hi! Sorry for the dumb question, could you point me out to the Python > APIs r

[ceph-users] Python APIs

2013-06-11 Thread Giuseppe "Gippa" PaternĂ²
Hi! Sorry for the dumb question, could you point me out to the Python APIs reference docs for the object store? Do you have example to share for reading files/dirs? Thanks, Giuseppe ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ce