{
"transactionId": "A unique string associated on per-request basis.",
"operation": "The analysis technique to be applied.",
"library": "The analytics engine ",
"data": ["An array of the id's to the documents containing the data to analyze."]
}
Incoming from Webserver to Express:
{
"transactionId": "A unique string associated on per-request basis.",
"operation": "The analysis technique to be applied.",
"library": "The analytics engine ",
"results": {}
}
The results object format is dependent on the operation and library specified.
Initial (v1) payload format
Outgoing from Express to Webserver:
Incoming from Webserver to Express:
The results object format is dependent on the operation and library specified.