-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
## 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 | ||
``` |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That patch has been converged, so we can build upon it here.
:::{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. |
There was a problem hiding this comment.
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"?
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