Hey all.
I'm using Pycassa to insert some spatial data into Cassandra. Here's where
I am on the tutorial:
http://pycassa.github.com/pycassa/tutorial.html#inserting-data And, I'm not
quite understanding where row-keys come from. What mind-set should I have
when I generate them for the values tha
about data that relates to some latitude & longitude pair,
> you could have your row key simply be the concatenation of the two:
> lat:long.
>
> Can you provide more details about the type of data you're looking to
> store?
>
> Thanks...
>
> Bill-
>
>
&g
Can someone tell me how to represent spatial data (coming from postgis) in
Cassandra?
- Sean