Appdb nice urls: best way to test indexing of production data

Zachary Goldberg zgold550 at gmail.com
Wed Mar 19 10:16:58 CDT 2008


On Wed, Mar 19, 2008 at 4:07 AM, John Klehm <xixsimplicityxix at gmail.com> wrote:
> On my spring break and had some free time so I thought I'd take a shot
>  at implementing nice urls for the appdb that DanK had suggested a
>  while back.
>
>  I have decent bit of code in place that will interpret the url
>  http://appdb.winehq.org/app/what-you-want-here
>  and then feed the chunks into a hash table and return the match or
>  matches however it goes.
>
>  However indexing the large amount of data in the production appdb
>  database could take sometime so I was wanting to test it before I sent
>  my code in.
>
>  I was wondering if there was a way to download the data from the appdb?
>
>  --John Klehm
>
>
>

I do this every week for the WWN to generate the status changes.

$file = "$year$mon$mday.tar.gz";
`wget -O appdb/wine-appdb-$file
ftp://ftp.winehq.org/pub/wine/wine-appdb-$file `;



-- 
Zachary Goldberg
Computer Science & Engineering
Electrical Captain of Penn Electric Race Team
School of Engineering at the University of Pennsylvania



More information about the wine-devel mailing list