web-services / data-calculation / v1 /
@Nicolas Thouvenin Nicolas Thouvenin authored on 21 Jul
..
README.md attempts to compute the "tree-by" routine outside lodex with async webservice 9 months ago
retrieve.ini attempts to compute the "tree-by" routine outside lodex with async webservice 9 months ago
tree-segment.ini attempts to compute the "tree-by" routine outside lodex with async webservice 9 months ago
README.md

usage

# Send data for batch processing
cat input.tar.gz |curl --data-binary @-  -H "X-Hook: https://webhook.site/dce2fefa-9a72-4f76-96e5-059405a04f6c" "http://localhost:31976/v1/tree-segment" > output.json

# When the corpus is processed, get the result
cat output.json |curl --data-binary @- "http://localhost:31976/v1/retrieve" > output.tar.gz