graphscale
graphscale copied to clipboard
Moved serialization format from compressed pickle to compressed json
Using pickle is a bad idea for kvetch storage. It should use json instead. This would be trivial except that UUIDs are heavily used within kvetch and type information is lost during serialization/deserialization. This has to be supported with custom software in kvetch.
See graphscale/kvetch/data_storage.py