crate / cratedb-toolkit

CrateDB Toolkit, an SDK for CrateDB and CrateDB Cloud.
https://cratedb-toolkit.readthedocs.io/
GNU Affero General Public License v3.0
7 stars 3 forks source link

DynamoDB: Add table loader for full-load operations #226

Closed amotl closed 2 months ago

amotl commented 2 months ago

About

Bring DynamoDB full-load to Toolkit's ctk load table interface.

Documentation

https://cratedb-toolkit--226.org.readthedocs.build/io/dynamodb/loader.html

Status

Alpha. For now, the implementation uses the same easy strategy to converge the source record into a single data (OBJECT) column in CrateDB. The 1:1 strategy may follow.

Backlog

/cc @hammerhead, @zolbatar