@eresearchqut/dynamodbdown
Dynamodb V3 leveldown store for Node.js.
An abstract level down implementation that uses dynamodb as a persistent store. This work is based on Klaus Trainer's DynamoDBDOWN with the following changes:
- Uses the V3 version of the dynamodb SDK
- The client is passed to the implementation
- Tested using the abstract level down test suite (test suite is run manually)
The item size calculator is an adaptation of Zac Charles dynamodb-calculator
Usage
Documentation pending (look at test.js to get a basic usage)
Acknowledgments
DynamoDbDown has been heavily inspired by:
- Klaus Trainer's DynamoDBDOWN
- Rod Vagg's memdown
- Zac Charles dynamodb-calculator
License
MIT © 2021-present Ryan Bennett and Contributors.