This component was created as a result of the OpenReq project and then later expanded by members of the UVL project.
The ri-visualization microservice is a web-based service for analysing user feedback from different sources (manual upload, reddit, app reviews, tweets) both automatically and manually.
Please be aware that this ms collects user interaction data. To turn it off, please consider removing line 9 in /public/index.html (<script src="https://api.openreq.eu/ri-logging/frontend/script"></script>)
-
Docker (→ https://www.docker.com/)
-
vuejs (→ https://github.com/vuejs)
-
echarts (→ https://echartsjs.com)
-
vuetify (→ https://github.com/vuetifyjs/vuetify)
This ms requires a running instance of ri-storage-twitter, ri-orchestration-twitter, uvl-storage-concepts and uvl-orchestration-concepts. Additional microservices can be added as desired.
Note that local running of this tool is currently not advised because of the necessary dependencies. The tool is designed to be run on a server.
If you are interested in using this service it is important to note, that this micro service only presents the frontend for a plethora of other micro services.
All micro services share a single domain, which is defined in the VUE_APP_BASE_URL. You can either update this, or remove it from the build configuration and instead add your custom endoints in src/RESTconf.js.