Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved serialization format from compressed pickle to compressed json #1

Open
schrockn opened this issue Jul 2, 2017 · 0 comments
Open

Comments

@schrockn
Copy link
Owner

schrockn commented Jul 2, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant