Arabidopsis-Information-Portal / adama

Adaptible Data And Microservices API
Other
6 stars 3 forks source link

Convert serialization format in database to JSON #68

Open waltermoreira opened 9 years ago

waltermoreira commented 9 years ago

Objects in the Redis database are currently pickled Python objects. We want to convert them to plain JSON objects for easier inter-operation with other languages and for easier debugging.

waltermoreira commented 8 years ago

A JSON store class is implemented in the branch async_registration, but it still needs to be merged to master and the database needs to be migrated.