CMPUT401-Find-an-Expert / Find-an-Expert

This will be all our wiki's and documentation
2 stars 1 forks source link

2.06 As an admin, I want to save results of batch mode tests to a file. #13

Closed morlick closed 6 years ago

morlick commented 6 years ago

So basically an endpoint (eg. /batch) that takes in a query and approach, then outputs json of keywords?

DT9 commented 6 years ago

Since we're already saving all keywords to elastic, and admins have access to kibana. I think an admin could simply dump all keywords with just GET /keywords/

garburator commented 6 years ago

We have access to Kibana in our development environment. It won't be exposed when running on cybera. All communication with elastic has to be done through our service.

DT9 commented 6 years ago

https://github.com/CMPUT401-Find-an-Expert/BFEX/blob/master/web/bfex/blueprints/batch_api.py