row keys

2011-02-05 Thread Sean Ochoa
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

Re: postgis > cassandra?

2011-02-05 Thread Sean Ochoa
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

postgis > cassandra?

2011-02-05 Thread Sean Ochoa
Can someone tell me how to represent spatial data (coming from postgis) in Cassandra? - Sean