|
| 1 | +Google Cloud Java Client for BigQuery |
| 2 | +==================================== |
| 3 | + |
| 4 | +Java idiomatic client for [Google Cloud BigQuery] (https://cloud.google.com/bigquery). |
| 5 | + |
| 6 | +[](https://travis-ci.org/GoogleCloudPlatform/gcloud-java) |
| 7 | +[](https://coveralls.io/r/GoogleCloudPlatform/gcloud-java?branch=master) |
| 8 | +<!-- TODO(mziccard): add in the maven shield once the artifact is pushed to maven --> |
| 9 | + |
| 10 | +- [Homepage] (https://googlecloudplatform.github.io/gcloud-java/) |
| 11 | ++<!-- TODO(mziccard): add link to API documentatin --> |
| 12 | + |
| 13 | +> Note: This client is a work-in-progress, and may occasionally |
| 14 | +> make backwards-incompatible changes. |
| 15 | +
|
| 16 | +Quickstart |
| 17 | +---------- |
| 18 | +Add this to your pom.xml file |
| 19 | +<!-- TODO(mziccard): add dependency code --> |
| 20 | + |
| 21 | + |
| 22 | +Example Application |
| 23 | +------------------- |
| 24 | + |
| 25 | +<!-- TODO(mziccard): add example application --> |
| 26 | + |
| 27 | +Authentication |
| 28 | +-------------- |
| 29 | + |
| 30 | +See the [Authentication](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) section in the base directory's README. |
| 31 | + |
| 32 | +About Google Cloud BigQuery |
| 33 | +-------------------------- |
| 34 | + |
| 35 | +[Google Cloud BigQuery][cloud-bigquery] is a fully managed, NoOps, low cost data analytics service. |
| 36 | +Data can be streamed into BigQuery at millions of rows per second to enable real-time analysis. |
| 37 | +With BigQuery you can easily deploy Petabyte-scale Databases. |
| 38 | + |
| 39 | +Be sure to activate the Google Cloud BigQuery API on the Developer's Console to use BigQuery from your project. |
| 40 | + |
| 41 | +See the ``gcloud-java`` API [bigquery documentation][bigquery-api] to learn how to interact |
| 42 | +with Google Cloud BigQuery using this Client Library. |
| 43 | + |
| 44 | +Here is a code snippet showing a simple usage example from within Compute/App Engine. Note that you must [supply credentials](https://github.com/GoogleCloudPlatform/gcloud-java#authentication) and a project ID if running this snippet elsewhere. |
| 45 | + |
| 46 | +<!-- TODO(mziccard): add code snippet --> |
| 47 | + |
| 48 | +Java Versions |
| 49 | +------------- |
| 50 | + |
| 51 | +Java 7 or above is required for using this client. |
| 52 | + |
| 53 | +Testing |
| 54 | +------- |
| 55 | + |
| 56 | +<!-- TODO(mziccard): add this in once the RemoteGCBQMHelper class is functional --> |
| 57 | + |
| 58 | +Versioning |
| 59 | +---------- |
| 60 | + |
| 61 | +This library follows [Semantic Versioning] (http://semver.org/). |
| 62 | + |
| 63 | +It is currently in major version zero (``0.y.z``), which means that anything |
| 64 | +may change at any time and the public API should not be considered |
| 65 | +stable. |
| 66 | + |
| 67 | +Contributing |
| 68 | +------------ |
| 69 | + |
| 70 | +Contributions to this library are always welcome and highly encouraged. |
| 71 | + |
| 72 | +See [CONTRIBUTING] for more information on how to get started. |
| 73 | + |
| 74 | +License |
| 75 | +------- |
| 76 | + |
| 77 | +Apache 2.0 - See [LICENSE] for more information. |
| 78 | + |
| 79 | + |
| 80 | +[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/CONTRIBUTING.md |
| 81 | +[LICENSE]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/LICENSE |
| 82 | +[TESTING]: https://github.com/GoogleCloudPlatform/gcloud-java/blob/master/TESTING.md#testing-code-that-uses-bigquery |
| 83 | +[cloud-platform]: https://cloud.google.com/ |
| 84 | + |
| 85 | +[cloud-bigquery]: https://cloud.google.com/bigquery/ |
| 86 | +[bigquery-api]: http://googlecloudplatform.github.io/gcloud-java/apidocs/index.html?com/google/gcloud/bigquery/package-summary.html |
0 commit comments