#66 Use postgresql data type JSON, to save a analysis
Closed: Fixed 6 years ago Opened 6 years ago by davidcarlos.

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

6 years ago

Metadata Update from @davidcarlos:
- Issue set to the milestone: version 0.4

6 years ago

Login to comment on this ticket.

Metadata