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

AWS DMS: Add first working version #213

Merged
merged 1 commit into from
Sep 16, 2024
Merged

AWS DMS: Add first working version #213

merged 1 commit into from
Sep 16, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Aug 6, 2024

About

Coming from daq-tools/lorrystream#120, this patch intends to unlock relevant details about using AWS DMS together with CrateDB and CrateDB Cloud in CrateDB Toolkit.

Preview

https://cratedb-toolkit--213.org.readthedocs.build/io/dms/

References

/cc @ckurze

Comment on lines +17 to +23
## Usage
1. Set up a DMS instance, replicating data to Amazon Kinesis.
2. Transfer data from Kinesis Data Stream into CrateDB database table.
```shell
export CRATEDB_SQLALCHEMY_URL=crate://crate@localhost:4200/testdrive/demo
ctk load table kinesis+dms://arn:aws:kinesis:eu-central-1:831394476016:stream/testdrive
```
Copy link
Member Author

Choose a reason for hiding this comment

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

Code is not slotted in yet. daq-tools/lorrystream@6bfd268d3cd needs to converge better.

Copy link
Member Author

@amotl amotl Aug 16, 2024

Choose a reason for hiding this comment

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

Comment on lines +7 to +16
:::{note}
This is a work in progress. Please contact our data engineers to get started.
:::

## Configuration
1. Set up a DMS instance to replicate data to an Amazon Kinesis Data Stream.
2. Take a note about the AWS ARN of that Kinesis Data Stream,
for example `arn:aws:kinesis:eu-central-1:831394476016:stream/testdrive`.
3. Reach out to CrateDB support, to make CrateDB Cloud connect to your data
stream, in order to converge it into your CrateDB Cloud instance.
Copy link
Member Author

Choose a reason for hiding this comment

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

This would be the gist of the whole story when aiming to use a "managed only, hands-free" way of doing data migration operations, for now in an "ad hoc deployment mode"?

@cla-bot cla-bot bot added the cla-signed label Sep 16, 2024
@amotl amotl marked this pull request as ready for review September 16, 2024 12:11
@amotl amotl merged commit 79137c7 into main Sep 16, 2024
15 of 16 checks passed
@amotl amotl deleted the dms-one branch September 16, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants