Re: LazyBoy question

2010-04-03 Thread Jonathan Ellis
I don't think Lazyboy exposes range queries [that is, iterating rows whose keys you do not know ahead of time]. Pycassa does, though. On Thu, Apr 1, 2010 at 12:05 PM, Gary daxia...@gmail.com wrote: I am trying out the lazyboy library to access cassandra, I was able to get the data in and out

Re: LazyBoy question

2010-04-03 Thread Joe Stump
On Apr 3, 2010, at 2:00 PM, Jonathan Ellis wrote: I don't think Lazyboy exposes range queries [that is, iterating rows whose keys you do not know ahead of time]. Pycassa does, though. I think ieure's fork has itertools support that will let you do crazy iteration stuff with it. I haven't

LazyBoy question

2010-04-01 Thread Gary
I am trying out the lazyboy library to access cassandra, I was able to get the data in and out using Record save/load functions. Is there a way to get a slice, or all the records under a CF so I can iterate? It is probably a naive question, as I am just getting into this field Thanks, Gary