cassdict

2009-10-09 Thread Ben Eliott
Just a note to inform the list of a python module for cassandra: http://bitbucket.org/_ben_/cassdict/overview/ For better or worse Cassdict attempts to emulate a standard python dictionary as an interface to the python thrift api. It simplifies thing as far as it goes. Inevitably there'

Re: cassdict

2009-10-09 Thread Jonathan Ellis
an On Fri, Oct 9, 2009 at 12:10 PM, Ben Eliott wrote: > Just a note to inform the list of a python module for cassandra: > > http://bitbucket.org/_ben_/cassdict/overview/ > > For better or worse Cassdict attempts to emulate a standard python > dictionary as an interface to t

Fwd: cassdict

2009-10-09 Thread Ben Eliott
assandra: http://bitbucket.org/_ben_/cassdict/overview/ For better or worse Cassdict attempts to emulate a standard python dictionary as an interface to the python thrift api. It simplifies thing as far as it goes. Inevitably there's no getting away from thrift api in the end. But I hope it

Re: cassdict

2009-11-08 Thread kevin
cassdict works really well!! behaves exactly like python dictionary. i like it better than lazyboy as it allows loading all super columns of a column family, deleting an entire column family or column is really simple. thanks for this library! On Fri, Oct 9, 2009 at 9:10 AM, Ben Eliott wrote

Problem with cassdict import

2009-11-21 Thread Saran
Hi, Im using latest co of cassdict and cassandra. After doing all the other procedures for cassandra-thrift, i try to run the test.py from cassdict, and I get an import error. Please notice that it is able to import some classes (Column, SuperColumn) from the file cassandra/interface/gen-py

Re: Problem with cassdict import

2009-11-23 Thread Eric Evans
On Sat, 2009-11-21 at 12:20 -0600, Saran wrote: > In [2]: from cassdict.cass import * > --- > ImportError Traceback (most recent call > last) > > /home/sridhar/Desktop/cassdict

Re: Problem with cassdict import

2009-11-26 Thread Saran
dict.cass import * >> --- >> ImportError                               Traceback (most recent call >> last) >> >> /home/sridhar/Desktop/cassdict/ in () >> >> /home/sridhar/Desktop/ca

is it possible to do batch_insert using cassandra cassdict?

2009-11-17 Thread mobiledreamers
This is what we need for batch_insert in cassdict but such dictionary hierarchy works only up to super column level. Any thoughts on how to do batch_insert or multiple insert in cassdict Thanks c =dict(myRow= dict(Supern1= dict(super_column_name= dict(d=3,f=4 * * * insert multiple cols from