forked from GoogleCloudPlatform/python-docs-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.rst.in
More file actions
48 lines (43 loc) · 1.22 KB
/
README.rst.in
File metadata and controls
48 lines (43 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# This file is used to generate README.rst
product:
name: Google BigQuery
short_name: BigQuery
url: https://cloud.google.com/bigquery/docs
description: >
`Google BigQuery`_ is Google's fully managed, petabyte scale, low cost
analytics data warehouse. BigQuery is NoOps—there is no infrastructure to
manage and you don't need a database administrator—so you can focus on
analyzing data to find meaningful insights, use familiar SQL, and take
advantage of our pay-as-you-go model.
setup:
- auth
- install_deps
samples:
- name: Getting started
file: getting_started.py
show_help: true
- name: Sync query
file: sync_query.py
show_help: true
- name: Async query
file: async_query.py
show_help: true
- name: Listing datasets and projects
file: list_datasets_projects.py
show_help: true
- name: Load data by POST
file: load_data_by_post.py
show_help: true
- name: Load data from CSV
file: load_data_from_csv.py
show_help: true
- name: Load streaming data
file: streaming.py
show_help: true
- name: Export data to Cloud Storage
file: export_data_to_cloud_storage.py
show_help: true
- name: User auth with an installed app
file: installed_app.py
show_help: true
folder: bigquery/api