So, would you guys suggest using county then? Is there a data set of all U.S. counties by population, or would I need to compile that by state?
As I said, I'm really just looking for a way to generate 10,000 mock users spread somewhat realistically throughout the US, so if there's already a good sample I could use instead that would work too.
Actually, to get more specific, I'd love to have a mock network of 10,000 'facebook' users, with 'location' and friend graph. Both facebook and location in quotes since I don't need real data, just something that would approximate it to test performance.
Basically I'm trying to do a smaller scale version of this: http://www.metabrew.com/article/a-million-user-comet-application-with-mochiweb-part-3/
But with the added wrinkle of location. So I want to generate a network of 10,000 users, each with a location and friends list, and then use that mock data to test performance of a couple different implementations.