- From: Ernesto Jimenez <erjica@gmail.com>
- Date: Thu, 21 Nov 2013 05:40:24 +0000
- To: public-webdevdata@w3.org
- Message-ID: <etPan.528d9d04.643c9869.89ed@skinny.local>
Hi all, I’ve been preparing some shell scripts to generate some reports from webdevdata. I first generate some CSVs with the webdevdata-tools and then generate the reports using those CSVs. I find CSVs more manageable than working straight with the data and I can use csvkit process the data and to generate quick stats. I pushed the project to GitHub (I’m happy to move it to the webdevdata account if you find it useful): https://github.com/ernesto-jimenez/webdevdata-reports You can see a couple of initial reports covering on data about: general tag usage, meta tags for app names, and meta viewport usage. https://gist.github.com/ernesto-jimenez/7575834 Generating the CSV and reports it’s reasonably quick: $ time make […] make 603.32s user 61.56s system 85% cpu 12:59.33 total I did a quick modification to webdevdata-tools to speed things up and get there: https://github.com/Webdevdata/webdevdata-tools/pull/4 Let me know what you think. Best, Ernesto
Received on Thursday, 21 November 2013 05:41:54 UTC