arnaud-m / butineur

Web application that analyses the professional integration of the UNS graduates

Home Page:http://butineur-ove.unice.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Le butineur de l’OVE

https://img.shields.io/badge/License-MIT-yellow.svg

The butineur is a web application powered by shiny that analyses the professional integration of the graduate coming from the Université Nice Sophia Antipolis.

butineur is distributed under MIT License.
Copyright (c) 2017-2020, Arnaud Malapert, Université Nice Sophia Antipolis.

Documentation, Support and Issues

Look for the most up-to-date documentation on the web site, or javadoc.

Use the issue tracker here on GitHub to report issues. As far as possible, provide a Minimal Working Example.

Download and Installation

In the following, we distinguish three usages of the butineur:

  • as a local application: launch the application on your computer,
  • as a web application: deploy the application on shinyapps.io.
  • as a web application: deploy the application on a shiny server.

Prerequisites and Dependencies

This project works on 32 bits and 64 bits environment. This project requires Gnu R 3.4+.

  • This project requires additional R packages:
    • Shiny 1.0+
    • ggplot2 2.2+
    • ggthemes 3.4+
    • plyr 1.8+
  • This project requires other additionnal R packages for the word cloud.
    • SnowballC 0.5+
    • memoise 1.1+
    • wordcloud 2.5+
    • RColorBrewer 1.1+
    • tm 0.7+

Launch the Application

Start a R session in the project root directory and type:

library(shiny)
runApp()

Deploy the Application on shinyapps.io

Follow the instructions given here.

Deploy the Application on a Shiny Server

Execute the following commands on the shiny server:

cd shiny-server/butineur
git pull origin master
sudo systemctl restart shiny-server

Generate the Database

Preprocess, anonymize, and compress the raw database (for admin only).

source(file.path('R','ReadIP.R'))
GenerateShinyRawDb("~/ove/db/IP2012-13-14_15M+LP_Cathy-27-08-18.csv")

About

Web application that analyses the professional integration of the UNS graduates

http://butineur-ove.unice.fr/

License:MIT License


Languages

Language:R 98.8%Language:CSS 0.9%Language:Shell 0.3%