You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/09/21 21:51:13 UTC

[GitHub] [beam] capthiron opened a new issue, #23324: [Feature Request]: Add Bigtable IO-connector for Go

capthiron opened a new issue, #23324:
URL: https://github.com/apache/beam/issues/23324

   ### What would you like to happen?
   
   At work I came across the issue that there was no GCP Bigtable IO-connector for Go yet. So I started implementing one, orienting myself at the existing BigQuery connector.
   
   For our first use-cases (BigQuery -> Bigtable data import) we only needed the connector to write data, therefore we implemented a standard Write() and a WriteBatch() function. After our first successfully implemented use-case we are now building more pipelines to extensively test the durability, especially for large data imports. For other use-cases in the near future we will also need to look into implementing Read() capabilities.
   
   Open TODOs before Pull-Request:
   - [ ] Sufficient End-To-End Testing completed
   - [ ] Unit Tests written
   
   Additional TODOs:
   - [ ] Implement Read capabilities
   
   ### Issue Priority
   
   Priority: 2
   
   ### Issue Component
   
   Component: io-go-gcp


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] capthiron commented on issue #23324: [Feature Request]: Add Bigtable IO-connector for Go

Posted by GitBox <gi...@apache.org>.
capthiron commented on issue #23324:
URL: https://github.com/apache/beam/issues/23324#issuecomment-1254265177

   .take-issue


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] lostluck closed issue #23324: [Feature Request]: Add Bigtable IO-connector for Go

Posted by GitBox <gi...@apache.org>.
lostluck closed issue #23324: [Feature Request]: Add Bigtable IO-connector for Go
URL: https://github.com/apache/beam/issues/23324


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org