*Introduction:*
BigQuery is a Restful web service which helps to query massive datasets
without the right hardware and infrastructure. It enables super-fast,
SQL-like queries against append-only tables, using the processing power of
Google's infrastructure.

*API Document:* https://cloud.google.com/bigquery/docs/reference/v2/
*Technology:* REST 
*Version:* 1.0 
*Connector Name:* bigquery-connector-1.0.0 
*Authentication: *BigQuery uses the OAuth 2.0 protocol for authentication.

*Methods Selected:*

*DataSets:*
getDataset: Retrieve dataset
listDatasets: Retrieve data set list
*Projects:*
listProjects: Retrieve available project list
*TableData:*
listTabledata: List available table data
*Tables:*
getTable: Get table by id
listTables: List available tables in the specified dataset
*Jobs:*
runQuery: Allows to run queries

Following methods are omitted due to unavailability of billing account.

*Method Omitted:*

*Datasets:      *
insertDataset:  Create new dataset
deleteDataset:  Delete dataset by id
patchDataset: Update information in existing dataset. Only replaces fields
that are provided in the submitted dataset resource.
updateDataset:  Update existing dataset. This method replaces the entire
dataset resource
*Tabledata:     *
insertAllTableData: Insert table data 
*Tables:*       
deleteTable: Delete table by id from dataset.
insertTable: Create table in the dataset
patchTable: Update existing table. Only replaces fields that are provided in
the submitted table resource
updateTable: Update existing table. Replaces the entire table resource
*Jobs:  *
listJobs: List available jobs
getJob: Get job details by id
getQueryResults: Get query results by job id
cancelJob: Cancel a job by id
insertJobs: Add a new job 

Thank you,
Sajitha



--
View this message in context: 
http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-BigQuery-tp126882.html
Sent from the WSO2 Architecture mailing list archive at Nabble.com.
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to