mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
252 stars 36 forks source link

Delta Diffs #164

Open ingalls opened 5 years ago

ingalls commented 5 years ago

Context

Look into a diff algorithm for storing the geometries & properties on a given delta. Since our delta storage tables currently holds the complete geometry/properties, it grows very quickly over time - especially for large, automated edits.

cc/ @ingalls

ingalls commented 5 years ago

the JSON Patch format would be perfect for this

Ref: http://jsonpatch.com/ Ref: https://docs.rs/json-patch/0.2.4/json_patch/fn.diff.html