Java idiomatic client for [Google Cloud BigQuery] (https://cloud.google.com/bigquery).
- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/) +
Note: This client is a work-in-progress, and may occasionally make backwards-incompatible changes.
Add this to your pom.xml file
See the Authentication section in the base directory's README.
Google Cloud BigQuery is a fully managed, NoOps, low cost data analytics service. Data can be streamed into BigQuery at millions of rows per second to enable real-time analysis. With BigQuery you can easily deploy Petabyte-scale Databases.
Be sure to activate the Google Cloud BigQuery API on the Developer's Console to use BigQuery from your project.
See the gcloud-java API bigquery documentation to learn how to interact
with Google Cloud BigQuery using this Client Library.
Here is a code snippet showing a simple usage example from within Compute/App Engine. Note that you must supply credentials and a project ID if running this snippet elsewhere.
Java 7 or above is required for using this client.
This library follows [Semantic Versioning] (http://semver.org/).
It is currently in major version zero (0.y.z), which means that anything
may change at any time and the public API should not be considered
stable.
Contributions to this library are always welcome and highly encouraged.
See CONTRIBUTING for more information on how to get started.
Apache 2.0 - See LICENSE for more information.