AzureCosmosDB / data-migration-desktop-tool

MIT License
129 stars 53 forks source link

JSON Source async Streams #44

Closed bowencode closed 1 year ago

bowencode commented 1 year ago

Updates JSON Source extension to read data asynchronously from streams instead of preloading complete files to reduce memory usage and enable large file transfers as mentioned in Issue #35

Updates JSON Sink to write date values using ISO-8601 round-trip string format to fix Issue #36

Fixes link in Quick Install doc as mentioned in #43