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

🎉 New Destination: DynamoDB #5561

Merged
merged 10 commits into from
Sep 2, 2021

Commits on Aug 20, 2021

  1. Added the DynamoDB destination connector.

    Implemented getConsumer and check methods.
    
    Signed-off-by: Jinni Gu <jinnigu@uw.edu>
    jinnig committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    893338b View commit details
    Browse the repository at this point in the history
  2. Added auto-generated project files.

    Signed-off-by: Yiqing Wang <yiqing@wangemail.com>
    YQ-Wang committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    1974e66 View commit details
    Browse the repository at this point in the history
  3. Added config related files and output table helper.

    Signed-off-by: Yiqing Wang <yiqing@wangemail.com>
    YQ-Wang committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    b7a19d1 View commit details
    Browse the repository at this point in the history
  4. Added document for DynamoDB destination.

    Signed-off-by: Jinni Gu <jinnigu@uw.edu>
    jinnig committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    2cf22e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Implemented DynamodbWriter.

    Added integration tests and unit tests.
    
    Signed-off-by: qtz123 <qiutingzhi1995@gmail.com>
    qtz123 committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    dd8d582 View commit details
    Browse the repository at this point in the history
  2. Added DynamoDB in the SUMMARY.md.

    Signed-off-by: qtz123 <qiutingzhi1995@gmail.com>
    qtz123 committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    d8b4cef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    125203f View commit details
    Browse the repository at this point in the history
  4. Formatted code using ./gradlew format.

    Signed-off-by: Jinni Gu <jinnigu@uw.edu>
    jinnig committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    14954d5 View commit details
    Browse the repository at this point in the history
  5. Added changelog to the doc.

    Signed-off-by: qtz123 <qiutingzhi1995@gmail.com>
    qtz123 committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    843dcee View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Used PAY_PER_REQUEST instead of provisioned for DynamoDB.

    Gave the value a name batchSize.
    Removed unnecessary logs.
    
    Signed-off-by: Yiqing Wang <yiqing@wangemail.com>
    YQ-Wang committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    23fa643 View commit details
    Browse the repository at this point in the history