Skip to content

feat: Dataflow template for importing Aerospike backups into Bigtable#189

Merged
brandtnewton merged 12 commits into
GoogleCloudPlatform:mainfrom
Unoperate:aerospike_backup_to_bigtable_dataflow_template
May 7, 2026
Merged

feat: Dataflow template for importing Aerospike backups into Bigtable#189
brandtnewton merged 12 commits into
GoogleCloudPlatform:mainfrom
Unoperate:aerospike_backup_to_bigtable_dataflow_template

Conversation

@prawilny
Copy link
Copy Markdown
Contributor

This PR adds a Dataflow template that imports Aerospike backups from Google Cloud Storage into Cloud Bigtable.

To be merged after or instead of #185.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a suite of tools for migrating data from Aerospike to Cloud Bigtable, including an adapter for data transformation, a JNI-based backup reader, a Dataflow template, and a Kafka Connect SMT. The review identified several critical areas for improvement: the ReadRecordResult class needs equals() and hashCode() implementations for correct map-based lookups, the Docker build relies on an unstable release candidate branch, and the AerospikeRecord list expansion is vulnerable to OOM attacks from malicious qualifiers. Additionally, the Dataflow pipeline requires improvements in temporary file handling, Bigtable batch flushing, and proper interruption handling in the BigtableWriteDoFn.

Comment thread aerospike-bigtable-migration-tools/Dockerfile
Copy link
Copy Markdown
Collaborator

@brandtnewton brandtnewton left a comment

Choose a reason for hiding this comment

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

LGTM, just waiting on internal process to merge

@brandtnewton brandtnewton merged commit e2f71ed into GoogleCloudPlatform:main May 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants