Re: A simple Cassandra CLI in Python with readline support

2010-05-01 Thread Shuge Lee
Thanks for reply. Add GPLv3 license, github.com/shuge/shuge-cassandra/downloads. 2010/5/1 Jonathan Ellis > Nice work! > > Can you add license information, e.g., Apache license? > > On Sat, May 1, 2010 at 5:06 AM, Shuge Lee wrote: > > Hi all: > > > > I write a simple Cassandra CLI in Python wit

Re: Single Split ColumnFamilyRecordReader returns duplicate rows

2010-05-01 Thread Joost Ouwerkerk
Created CASSANDRA-1042. On Sat, May 1, 2010 at 12:01 AM, Jonathan Ellis wrote: > Can you create a ticket? > > On Fri, Apr 30, 2010 at 4:55 PM, Joost Ouwerkerk wrote: >> There's a bug in ColumnFamilyRecordReader that appears when processing >> a single split.  When the start and end tokens of the

Re: A simple Cassandra CLI in Python with readline support

2010-05-01 Thread Jonathan Ellis
Nice work! Can you add license information, e.g., Apache license? On Sat, May 1, 2010 at 5:06 AM, Shuge Lee wrote: > Hi all: > > I write a simple Cassandra CLI in Python with readline support, > > FEATURES > > inherited all standard Apache Cassandra CLI features > readline > > for more informati

Re: Basic Architecture Question

2010-05-01 Thread Jonathan Ellis
It will. 2010/5/1 Patricio Echagüe : > Roger, if you include the last read key as the start key for the next API > call, will that retrieve the same key/row twice? > The documentation says that both keys (start, finish) are included. > Thanks > > On Thu, Apr 29, 2010 at 1:31 PM, Brandon Williams

Design Query

2010-05-01 Thread Rakesh Rajan
I am evaluating cassandra to implement activity streams. We currently have over 100 feeds with total entries exceeding 32000 implemented using redis ( ~320 entries / feed). Would like hear from the community on how to use cassandra to solve the following cases: 1. Ability to fetch entri

A simple Cassandra CLI in Python with readline support

2010-05-01 Thread Shuge Lee
Hi all: I write a simple Cassandra CLI in Python with readline support, FEATURES - inherited all standard Apache Cassandra CLI features - readline for more information, see http://github.com/shuge/shuge-cassandra . -- Shuge Lee | Lee Li