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

Cloud Pub/Sub to AWS Kinesis IO And AWS Kinesis to BigQuery IO #258

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

case-k-git
Copy link

@case-k-git case-k-git commented Jun 1, 2021

Add Cloud Pub/Sub to AWS Kinesis and Kinesis to BigQuery IO to use in DataflowTemplates

https://github.com/apache/beam/blob/243128a8fc52798e1b58b0cf1a271d95ee7aa241/sdks/java/io/kinesis/src/main/java/org/apache/beam/sdk/io/kinesis/KinesisIO.java

PubsubToKinesis

mvn -Pdataflow-runner compile exec:java \
  -Dexec.mainClass=com.google.cloud.teleport.templates.PubsubToKinesis \
  -Dexec.args="--project=${project_id} \
              --gcpTempLocation='' \
              --templateLocation='' \
              --experiments='' \
              --enableStreamingEngine \
              --runner=DataflowRunner \
              --awsKinesisStream='' \
              --awsKinesisPartitionKey='' \
              --awsAccessKey=''\
              --awsSecretKey='' \
              --awsKinesisRegion='' \
              --region=us-central1"

KinesisToBigQuery

mvn -Pdataflow-runner compile exec:java \
  -Dexec.mainClass=com.google.cloud.teleport.templates.KinesisToBigQuery \
  -Dexec.args="--project=${project_id} \
              --gcpTempLocation='' \
              --templateLocation='' \
              --experiments='' \
              --enableStreamingEngine \
              --runner=DataflowRunner \
              --awsKinesisStream='' \
              --awsKinesisPartitionKey='' \
              --awsAccessKey=''\
              --awsSecretKey='' \
              --awsKinesisRegion='' \
              --region=us-central1"

@google-cla
Copy link

google-cla bot commented Jun 1, 2021

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@google-cla google-cla bot added the cla: no The PR submitter does not have a CLA label Jun 1, 2021
@case-k-git case-k-git changed the title Cloud Pub/Sub to AWS Kinesis io Cloud Pub/Sub to AWS Kinesis IO Jun 1, 2021
@case-k-git
Copy link
Author

@googlebot I signed it!

@google-cla google-cla bot added cla: yes The PR submitter has a CLA and removed cla: no The PR submitter does not have a CLA labels Jun 1, 2021
@case-k-git case-k-git changed the title Cloud Pub/Sub to AWS Kinesis IO Cloud Pub/Sub to AWS Kinesis IO And AWS Kinesis to BigQuery IO Jun 13, 2021
@case-k-git
Copy link
Author

@prathapreddy123
Hi Could you please check it?

@an2x an2x self-requested a review June 18, 2021 20:50
@stale
Copy link

stale bot commented Apr 16, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 16, 2022
@bvolpato
Copy link
Contributor

Hi @case-k-git -- thanks for your contribution here. Unfortunately we ran behind on reviews, and the structure of the project changed a bit. Is there still interest in pursuing this template? We can work together on a plan to resolve conflicts + review the code.

@case-k-git
Copy link
Author

case-k-git commented Jul 2, 2023

Hi @bvolpato I think this will be useful to connect Kinesis so I am still interested in pursuing this template. Cloud you please help me to resolve conflicts + review?

@github-actions github-actions bot removed the stale label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes The PR submitter has a CLA size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants