-
Analyze terabytes of data in seconds. Run super-fast, SQL-like queries against terabytes of data in seconds, using the processing power of Google's infrastructure.
-
Load data with ease. Bulk load your data using Google Cloud Storage or stream it in.
-
Easy access. Access BigQuery by using a browser tool, a command-line tool, or by making calls to the BigQuery REST API with client libraries such as Java, PHP or Python.
-
Sign up
- If you don't already have one, sign up for a Google account.
- Create a BigQuery enabled project via the Google Developers Console.
-
Run a query in the browser tool
- Navigate to the natality public dataset.
- Click the Compose query button.
-
Copy and paste the following query into the text field:
SELECT AVG(mother_age) AS avg_age, year FROM [publicdata:samples.natality] GROUP BY year ORDER BY year
- Click the RUN QUERY button.
-
What next?
-
Browse and query other datasets that BigQuery provides, or use many datasets found on the web.
-
Learn more about BigQuery at what is BigQuery.
-
Get started using your own data by following the command line tool quickstart or API quickstart.
-