fandangOrg / fandango

FAke News discovery and propagation from big Data ANalysis and artificial intelliGence Operations
1 stars 1 forks source link

Update preprocessing + graph services #80

Closed dmgutierrez closed 3 years ago

dmgutierrez commented 4 years ago

Now both preprocessing and graph service will have the same format for both Offline and Online pipelines. The structure of the response in both cases is the following:

{"status": 200, "message": "Successful Operation", "data": {...}}

Where now field data will have the object of either preprocessed article (in the preprocesing service) or the graph output with the identifiers (graph service).

@neilpbyrne @macagari @pstalidis @AlbertoGhedin @mmagaldi-eng