gurlon
is a library designed to make the process of exporting data from Dynamo to your local filesystem easier.
There are 3 main steps to the gurlon
export process:
- Instantiate a new
DataExporter
and invokeexport_data
to begin a DynamoDB PointInTimeExport to S3 - Call the
DataExporter
functiondownload_data
once the DynamoDB export is complete to combine the exported data into a single json file on your local filesystem - Transform your local copy of the exported table data into another storage format:
csv
,parquet
Full docs are available here: https://fullerzz.github.io/gurlon/