Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 1.28 KB

File metadata and controls

23 lines (14 loc) · 1.28 KB

RebelLabs Developer Productivity Report 2017 analysis app

An analysis app for the data received for the RebelLabs Developer Productivity Report 2017

The blog post explaining this application is also available.

The report with the results of our analysis is available on RebelLabs.

Get Java 8 (we're not sure this app starts on Java 9 yet). To run the app, clone the repository, then run:

./mvnw spring-boot:run

A webapp should open, or check localhost:8080 manually.

You will see a list of links, clicking on them you'll see some JSON output like:

If you change the SQL queries, you can do your own analysis on the data. To understand what the queries return, unfortunately, you currently need to read the source code.

If you're just interested in a raw data, check the csv file with the raw data.