mapbox / cardboard

tile indexed geo database interface.
ISC License
52 stars 10 forks source link

Batch get function #145

Closed rclark closed 7 years ago

rclark commented 9 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:

cc @peterqliu