Closed rclark closed 7 years ago
Some workflows could benefit from a request where you provide a set of ids and get back all the features. DynamoDB provides a BatchGetItem function that is what we'd want to use, and Dyno provides a simpler wrapper on it.
Implementing this would mean:
batch.get
get
cc @peterqliu
Some workflows could benefit from a request where you provide a set of ids and get back all the features. DynamoDB provides a BatchGetItem function that is what we'd want to use, and Dyno provides a simpler wrapper on it.
Implementing this would mean:
batch.get
function to https://github.com/mapbox/cardboard/blob/master/lib/batch.jsget
function on how to resolve features given their idscc @peterqliu