Big Query
BigQuery is a RESTful web service that enables interactive analysis of massively large datasets working in conjunction with Google Storage. It is an Infrastructure as a Service(IaaS).
Managing data - create and delete tables based on a JSON-encoded schema, import data encoded as CSV or JSON from Google Storage.
Query - the queries are expressed in a standard SQL dialect and the results are returned in JSON with a maximum reply length of approximately 128 MB, or an unlimited size when large query results are enabled.
Integration - BigQuery can be used from Google Apps Script, Google Spreadsheets, or any language that can work with its REST API or client libraries.
Access control - is possible to share datasets with arbitrary individuals, groups, or the world.

No comments:
Post a Comment