mapbox / cardboard

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

Differentiate functions more #112

Closed rclark closed 9 years ago

rclark commented 9 years ago

cardboard.put is overloaded. We should divide it into distinct functions:

Running this out in parallel with #111 could allow us to eliminate some conditional requests and use batch-write requests to dynamo during mass-writes.

rclark commented 9 years ago

This is being pretty well handled in #119