A simple GET on a CF ought to return all rows and columns in the CF as nested JSON dictionaries.
Naturally, this is way too much data for most applications using Cassandra, so I'd recommend supporting GET variables mapping to most options in Cassandra's get_range().
A simple GET on a CF ought to return all rows and columns in the CF as nested JSON dictionaries.
Naturally, this is way too much data for most applications using Cassandra, so I'd recommend supporting GET variables mapping to most options in Cassandra's get_range().