On Thu, Jan 22, 2009 at 12:02 AM, Stefan de Konink <[email protected]> wrote: > Scott Shawcroft wrote: >> We're interested in what kind of computing resources >> to design for (how many machines) and whether we can get access logs in >> order to test our implementation against.
To simulate OSM API traffic you can use the anonymized access logs. Problems are; VERY old data, and it doesn't contain the calls made by potlatch. http://wiki.openstreetmap.org/wiki/Database#Access_logs http://steve.dev.openstreetmap.org/osm-api.anony.gz You can also use the minutely diffs to create write traffic, this is recent data, contains what is inserted by potlatch. But it doesn't contain the read data so you will loose important data. http://planet.openstreetmap.org/minute/ _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

