Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial commit of Cloud Bigtable/Dataflow connector. #394

Merged
merged 1 commit into from
Aug 20, 2015

Conversation

sduskis
Copy link
Contributor

@sduskis sduskis commented Aug 7, 2015

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 7, 2015
@@ -0,0 +1,3 @@
# Bigtable Dataflow

This project contains the core [Bigtable](https://cloud.google.com/bigtable/)-[Dataflow](https://cloud.google.com/dataflow/) integration. The main class you should care about is: [CloudBigtableIO](https://github.com/GoogleCloudPlatform/cloud-bigtable-cdf/blob/master/bigtable-dataflow/src/main/java/com/google/cloud/dataflow/sdk/io/CloudBigtableIO.java). It contains the Cloud Bigtable Sink and Source.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update link to point to the right repo

}

/**
* Reads rows for a specific {@link Table}, potentially filted by a Scan and/or a start/stop key
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"filted" ?

@sduskis sduskis force-pushed the cdf_connector branch 2 times, most recently from 752e59c to 1c658c0 Compare August 18, 2015 15:58
.setProjectId(getProjectId())
.setZoneId(getZoneId())
.setClusterId(getClusterId())
.setUserAgent("CloudBigtableGrpcIO")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe mention dataflow? Why IO?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

private static String clusterId = System.getProperty(BIGTABLE_CLUSTER_KEY);

public static TableName newTestTableName() {
return TableName.valueOf("test_table-" + UUID.randomUUID().toString());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its useful to specify which test created the table in the name.

@mgarolera
Copy link
Contributor

LGTM

@sduskis sduskis force-pushed the cdf_connector branch 5 times, most recently from bda626e to b89b829 Compare August 20, 2015 19:30
sduskis added a commit that referenced this pull request Aug 20, 2015
Initial commit of Cloud Bigtable/Dataflow connector.
@sduskis sduskis merged commit e073d00 into googleapis:master Aug 20, 2015
@sduskis sduskis deleted the cdf_connector branch August 31, 2015 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants