Data analytics platform to visualize a snapshot of the current startup world
- Product Owner: Irfan Baqui
- Scrum Master: Mike Yao
- Development Team Members: Brant Choate, Irfan Baqui, Mike Yao
We used D3 and jQuery as front-end data visualization, which is powered by MySQL database and Express server.
Node v0.10.x Bower
Server apiEndpoint: http://10.8.31.3:9000/
- Average salaries and # of jobs grouped by skills
'/SalaryJobBySkill'
- Number of companies grouped by skills
'/CompanyBySkill'
- Average salaries and # of jobs based on location and role filters
/FilterJobSalaryBySkill/:locAndRole
Example: '/FilterJobSalaryBySkill/san_francisco|hardware_engineer'
- Number of companies based on location and role filters
'/FilterCompanyBySkill/:locAndRole'
Example: '/FilterCompanyBySkill/san_francisco|hardware_engineer'
- Average salaries and # of jobs
'/SalaryJobByLocation'
- Number of companies
'/CompanyByLocation'
- Average salaries and # of jobs based on skill and role filters
'/FilterJobSalaryByLocation/:skillAndRole'
Example: 'FilterJobSalaryByLocation/javascript|developer'
- Number of companies based on skill and role filters
'/FilterCompanyByLocation/:skillAndRole'
Example: '/FilterCompanyByLocation/javascript|developer'
See CONTRIBUTING.md for contribution guidelines.