Skip to main content
Solved

Can I extract data from a DynamoDB source using Data Collector?

  • February 4, 2022
  • 1 reply
  • 123 views

Forum|alt.badge.img+1

Has anyone used Data Collector to extract data from DynamoDB source? How do we connect to a DynamoDB source using Data Collector Stage library?

Best answer by Rishi

@Srinivasan Sankar currently, we don't have any origin & destination for DynamoDB. There is already a feature request open for this issue. https://issues.streamsets.com/browse/SDC-2396

However,I have found the sample code for DynamoDB using javascript in amazon website
https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html

You can try using javascript origin/Evaluator for running this code. 

View original
Did this topic help you find an answer to your question?

1 reply

Rishi
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • 96 replies
  • Answer
  • February 4, 2022

@Srinivasan Sankar currently, we don't have any origin & destination for DynamoDB. There is already a feature request open for this issue. https://issues.streamsets.com/browse/SDC-2396

However,I have found the sample code for DynamoDB using javascript in amazon website
https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/dynamodb-example-table-read-write-batch.html

You can try using javascript origin/Evaluator for running this code. 


Reply