Well, it's in the Ceph repository, in the "OSD" and "os" directories,
available at https://github.com/ceph/ceph.

But it's not the kind of thing you can really extract from Ceph, and
if you're interested in getting involved in the project you're going
to need to spend a lot of time poking around things like this on your
own, so be prepared! :)
-Greg
Software Engineer #42 @ http://inktank.com | http://ceph.com


On Thu, Jun 19, 2014 at 10:48 AM, Shesha Sreenivasamurthy
<shes...@gmail.com> wrote:
> Thanks, What is the right GIT repo from where I can download (clone) the
> RADOS code in which OMAP uses LevelDB. I am a newbie hence the question.
>
>
> On Wed, Jun 18, 2014 at 7:28 PM, Gregory Farnum <g...@inktank.com> wrote:
>>
>> On Wed, Jun 18, 2014 at 9:14 PM, Shesha Sreenivasamurthy
>> <shes...@gmail.com> wrote:
>> > I am doing some research work at UCSC and wanted use LevelDB to store
>> > OMAP
>> > key/value pairs. What is the best way to start playing with it. I am a
>> > newbie to RADOS/CEPH code. Can any one point me in the right direction ?
>>
>> I'm not quite sure what you're asking — omap entries *are* stored in
>> leveldb. If you want a way of using that interface, you probably want
>> to use the librados library, although you can also look at them via
>> the rados cli tool (but it's a poor choice for high-frequency
>> programmatic access).
>> -Greg
>> Software Engineer #42 @ http://inktank.com | http://ceph.com
>
>
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to