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 that are being inserted?
Oh, and a note about the values that I'm inserting: I've got an object identifier, time-stamp, lat, and long. - Sean