googleapis / googleapis/java-bigtable-hbase
Enhance bigtable-beam-import project to import multiple hbase table snapshots into bigtable
- Dominant language
- Java
- Stars
- 184
- Forks
- 184
- Avg merge
- 10h
- Merged PRs (30d)
- 6
Description
Thanks for stopping by to let us know something could be better!
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.
**Is your feature request related to a problem? Please describe.**
[Current Dataflow Pipeline](https://github.com/googleapis/java-bigtable-hbase/tree/main/bigtable-dataflow-parent/bigtable-beam-import) supports importing snapshot of only a single hbase table into BigTable.
**Describe the solution you'd like**
It would be helpful to enhance the pipeline to support following features:
- Importing multiple snapshots in the same pipeline into corresponding BigTable tables
- Handle parallelization of Skewed regions to enhance performance
- Configuring additional BigTable configuration
**Describe alternatives you've considered**
Run multiple copies of the pipeline for each snapshot
**Additional context**
NA
Contributor guide
Assessment
This issue has not been assessed yet.