oshdb
oshdb copied to clipboard
store bytearray instead of object(grid) into key/value database
Storing serialized objects prevents us to do changes afterwards without rebuilding the entire database. see also this comment: https://github.com/GIScience/oshdb/pull/131#issuecomment-472456015 I would like therefor store a generic byte array instead.
so data serialization instead of class serialization? like proposed in #131 and #135 ?