This nodes retrieves items from DynamoDB that match a given hash and optional range key in a KNIME table.
The command sent to DynamoDB by this node is BatchGet, with a single batch retrieving at most 100 items.
If DynamoDB throttles the requests due to insufficient provisioned capacity units, unprocessed items are included in the next request. Additionally this node employs exponential backoff if throttling occurs. Each time a request cannot be completed fully, the next request is sent after a waiting time of 2^nRetry * 100 milliseconds. Once a request can be executed completely, the retry counter is reset. However, if no item can be retrieved, the node fails and you have to increase the provisioned read capacity units on the table.
More information can be found in the DynamoDB documentation.You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension KNIME Amazon DynamoDB Nodes from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!