This component was created as a result of the OpenReq project funded by the European Union Horizon 2020 Research and Innovation programme under grant agreement No 732463.
The ri-visualization microservice is the web-based dashboard for analysing tweets.
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.
Run the following commands to start the microservice:
-
docker build --build-arg "VUE_APP_BEARER_TOKEN=<bearer-token>" --build-arg "VUE_APP_BASE_URL=<URL_TO_ri-storage-twitter>" --build-arg "VUE_APP_BACKUP_URL=<URL_TO_OPTIONAL_BACKUP_BACKEND>" -t ri-visualization .
-
docker run --rm -d -p 9707:9707 ri-visualization
No Swagger documentation as this component does not have api calls.
If you are interested in using this service it is important to note, that this dashboard uses three micro services of OpenReq, namely:
All of OpenReq’s 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
.
See OpenReq project contribution Guidlines