Linux turns 29: The biggest events in its history so far
A year by year summary of the most significant events in Linux's history to date.
Google made its BigQuery service publicly available last month. So I decided to put it through its paces, and compare it to Microsoft’s Excel and PowerPivot.
BigQuery offers a simple, easy to master browser console, providing for dataset browsing on the left and SQL querying on the right. When queries are returned, options appear to let you save the results in alocal CSV file or create a new table containing the result set’s content.
A simple query against the sample github_timeline table is shown here. The first few rows from the results of the query appear on the bottom-right of the screen, along with navigation controls that allow you to page through the data. Note the “Save as Table” and “Download as CSV” options, which work nicely in Chrome and FireFox. Unfortunately, the "Save as Table" option is not available in Internet Explorer (nor is a file upload option we'll look at shortly). Everything in BigQuery also works nicely in Safari on the iPad, though you can’t save or upload local files there either.
Caption by: Andrew Brust
Join Discussion