Now a day, we are converting a analysis to json, using the to_json method from firehose, but when we save this analysis on the database, we do a json.dumps, to convert the analysis to string. This issue must change the analysis type to JSON (postgresql and sqlalchemy have support to this). This can affects the way as the data flows on kiskadee queues, but we will investigate this during the development.
Metadata Update from @davidcarlos: - Issue tagged with: API, Enhancement
Metadata Update from @davidcarlos: - Issue set to the milestone: version 0.4
Commit b2bf6871 fixes this issue