dynamodb-parallel-scan

Scan large DynamoDB tables faster with parallelism

MIT License

Downloads
41.3K
Stars
58
Committers
9

Bot releases are visible (Hide)

dynamodb-parallel-scan - v3.9.0 Latest Release

Published by yuriiLevantovych 7 months ago

What's Changed

Full Changelog: https://github.com/shelfio/dynamodb-parallel-scan/compare/v3.8.0...v3.9.0

dynamodb-parallel-scan - v3.8.0

Published by yuriiLevantovych 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/shelfio/dynamodb-parallel-scan/compare/v3.7.0...v3.8.0

dynamodb-parallel-scan - v.3.5.3

Published by harazdovskiy over 1 year ago

dynamodb-parallel-scan - v.3.5.2

Published by harazdovskiy over 1 year ago

What's Changed

Full Changelog: https://github.com/shelfio/dynamodb-parallel-scan/compare/v3.5.1...v3.5.2

dynamodb-parallel-scan - v.3.5.0

Published by harazdovskiy over 1 year ago

Added credentials parameter
Updated dependencies

Full Changelog: https://github.com/shelfio/dynamodb-parallel-scan/compare/v3.4.0...v3.5.0

dynamodb-parallel-scan - Rewrite to aws-sdk v3!

Published by vladholubiev over 2 years ago

No more dependency on a huge aws-sdk! This library now works with the new v3 @aws-sdk 🎉

Now, instead of aws-sdk, this library requires the following 2 peer dependencies to be installed alongside it:

  • @aws-sdk/client-dynamodb
  • @aws-sdk/lib-dynamodb
dynamodb-parallel-scan - v2.3.0: Support for stream backpressuring!

Published by vladholubiev over 2 years ago

Now you can pass a highWaterMark parameter to backpressure the stream, so it won't query DDB for more items that you are capable of processing. Special thanks to @Siloss for implementing this!

dynamodb-parallel-scan -

Published by vladholubiev over 4 years ago

  • Merge pull request #86 from shelfio/renovate/frequently-updated-deps 16e6cff
  • Update dependency lint-staged to v10.0.4 e2e8ab5
  • Merge pull request #84 from shelfio/renovate/major-frequently-updated-deps 3568742
  • Update dependency lint-staged to v10 207488d
  • Merge pull request #85 from shelfio/renovate/major-jest 3f7fe03
  • Update jest to v25 40853b2
  • Update dependency @shelf/eslint-config to v0.14.2 3bef4c7
  • Update dependency husky to v4.2.1 26a4c71
  • Update dependency @types/jest to v24.9.1 6f205e0
  • Update dependency husky to v4.2.0 b97984b
  • Update dependency husky to v4.1.0 209183f
  • Update dependency typescript to v3.7.5 f775a5a
  • Update dependency @shelf/eslint-config to v0.14.0 6bbf4e7
  • Update dependency husky to v4.0.10 e4a3fdf

https://github.com/shelfio/dynamodb-parallel-scan/compare/v2.0.0...v2.0.1

dynamodb-parallel-scan -

Published by vladholubiev almost 5 years ago

  • Require Node.js 12+
  • Rewrite to TypeScript
dynamodb-parallel-scan -

Published by vladholubiev over 5 years ago

  • perf: require only dynamodb client not whole aws-sdk f4e176e
  • chore: update numerous npm deps

https://github.com/shelfio/dynamodb-parallel-scan/compare/v1.0.1...v1.0.2

dynamodb-parallel-scan - Release v1.0.1

Published by vladholubiev over 5 years ago

dynamodb-parallel-scan - Initial Release

Published by vladholubiev over 5 years ago

  • test: cover case to return 3 out of 10 items 8bc98d1
  • fix: import lodash assignIn correctly 6e2155a
  • chore: set min node version to 8 5c867d4
  • fix: get rid of imports/exports, use commonjs2 9e10cc7
  • feat: add circle ci config 166871e
  • feat: add initial implementation 8f2af14
  • feat: add ddb client helpers 21d177b
  • test: setup dynamodb local environment 4c167bb
  • docs: add readme.md 5fd6e4b
  • chore: add package.json 30d07c7
  • chore: add renovate config ac3513b
  • chore: add license 967319e

https://github.com/shelfio/dynamodb-parallel-scan/compare/ccb10135ee4fbab5e0b204a396b97e3be0d7187f...v1.0.0