Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 667 Bytes

File metadata and controls

19 lines (12 loc) · 667 Bytes

Streaming JSON

Parse and transform JSON through a sliding window, without waiting for the complete document to load.

Screencast from ddb_convert example

Contents

Benchmark based on DynamoDB JSON format conversion

scan_json is the fastest, 12 times faster than the Python boto version.