Skip to content

feeduvl/ri-visualization

 
 

Repository files navigation

ri-visualization EPL 2.0

This component was created as a result of the OpenReq project and then later expanded by members of the UVL project.

Technical description

What does the microservice do

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>)

Which technologies are used

How to install it

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.

Notes for developers

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.

License

Free use of this software is granted under the terms of the EPL version 2 (EPL2.0).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 78.0%
  • JavaScript 21.5%
  • Other 0.5%