This project has been deprecated by Buffer's new diversity dashboard and is thus not supported by Buffer anymore. No new development or bugfixes will be taking place. Feel free to fork this project if you're up for making improvements!
What gets measured gets managed
Built using R and Shiny, this a dashboard showing realtime diversity data for applicants who apply to work at Buffer as well as the Buffer team.
All data is collected through an anonymous, voluntary survey that applicants and team members submit.
At Buffer we care deeply about building diverse teams. The Diversity Dashboard is our attempt to gain a deeper understanding of the diversity of our teams and people who apply to work at Buffer, as well as tracking how this changes over time.
In the spirit of transparency, we want share this data with the world, as well as the code.
If you are interested in creating a similar Dashboard for your own company, feel free to use the source code provided.
This project is designed to run within a Docker, and is currently deployed as an Elastic Beanstalk Application.
For running locally, we use docker-compose. Make sure you have Docker and docker-compose installed, and then run:
docker-compose up -d
To get the IP of your docker container (with Docker Machine):
docker-machine ip
The application will run on port 3838 by default.
Included is a Dockerrun.aws.json
file. Create a new Elastic Beanstalk application from a Docker container.
Once it's up and running you can create a .zip file of the source directory and upload it to AWS.