aaaristo / dyngodb

An experiment to get a MongoDB like interface in front of DynamoDB
Apache License 2.0
69 stars 5 forks source link

should allow clients to manage lastevaluatedkey? #14

Open aaaristo opened 10 years ago

aaaristo commented 10 years ago

To support better web pagination of results: actually you have to sort them and give a $gt operator somewhere to get the next page. Enabling the client to store the LastEvaluatedKey, may be simpler to use.