Pelops 'up and running' post question + WTF is a SuperColumn = really confused.

2010-07-02 Thread S Ahmed
https://ria101.wordpress.com/2010/06/11/pelops-the-beautiful-cassandra-database-client-for-java So using the code snipped below, I want to create a json representation of the CF (super). /** * Write multiple sub-column values to a super column... * @param rowKeyThe key of

Re: Pelops 'up and running' post question + WTF is a SuperColumn = really confused.

2010-07-02 Thread Dan Washusen
L1Tickets = { // column family userId: { // row key 42C120DF-D44A-44E4-9BDC-2B5439A5C7B4: { category: videoPhone, reportType: POOR_PICTURE, ...}, 99B60047-382A-4237-82CE-AE53A74FB747: { category: somethingElse, reportType: FOO, ...} } } On 3 July 2010 02:29, S Ahmed

Re: Pelops 'up and running' post question + WTF is a SuperColumn = really confused.

2010-07-02 Thread S Ahmed
ok now that makes sense, thanks a bundle. On Fri, Jul 2, 2010 at 5:49 PM, Dan Washusen d...@reactive.org wrote: L1Tickets = { // column family userId: { // row key 42C120DF-D44A-44E4-9BDC-2B5439A5C7B4: { category: videoPhone, reportType: POOR_PICTURE, ...},