vlead / feedback-portal

This is the portal, where all kinds of feedback related to a lab or an experiment is filled in.
Other
0 stars 11 forks source link

Integration of feedback service with elastic search database #27

Open ksripathi opened 7 years ago

ksripathi commented 7 years ago

Feedback service has the APIs for kibana to use here is the API link https://github.com/vlead/feedback-portal/blob/master/src/design/index.org

ksripathi commented 7 years ago

Integrated feedback data with elastic search in development environment.

ksripathi commented 7 years ago

Integrated feedback with elastic search done on base4 and tested.

Implementation can be found at https://github.com/vlead/feedback-portal/blob/kibana-integration/src/feedback_dump.org#integration-of-feedback-with-elasticsearch

priya100raman commented 7 years ago

When do you estimate this to be on production ?

ksripathi commented 7 years ago

Written script to dump the feedback form data into elastic search database more documentation can be found at https://github.com/vlead/feedback-portal/blob/develop/src/feedback_dump_to_elastic_db.org#introduction