Responds to a POST request to {@code /ingest} and in turn calls{@link MyrrixRecommender#ingest(Reader)}}. The content of the request body is fed to this method. Note that the content may be gzipped; if so, header "Content-Encoding" must have value "gzip".
Alternatively, CSV data may be POSTed here as if part of a web browser file upload. In this case the "Content-Type" should be "multipart/form-data", and the payload encoded accordingly. The uploaded file may be gzipped or zipped.
@author Sean Owen @since 1.0
|
|