Giter Club home page Giter Club logo

jobmatcher's Introduction

Job Matcher

Job matching algorithm that helps worker to find best jobs based on his geographic location

Technology stack

  1. Spring Boot, Spring Data, Spring scheduler
  2. Mongo DB (bulk insertion, geo geospatial data analysis)
  3. Mockito, Junit
  4. Spring REST webservices

How it works

Spring scheduler runs on startup and then every 10 mins to fetch latest data from third party APIs: http://test.swipejobs.com/api/workers

http://test.swipejobs.com/api/jobs

It removes and then bulk inserts fetched data to 2 MongoDB collections: workers, jobs

Our Job matching algorithm always runs on these MongoDB collections. Job matching preference is based on these critera:

  1. Within range of Geo location selected by worker
  2. License matching critera specified by job specifier
  3. Worker should have all the certificates specified by job specifier
  4. Then it returns best three (offcourse, offering highest bill rate!) jobs applicable to worker

Setup instructions:

  • You need to have MongoDB 3.4 up and running on localhost:27017

  • Create jobs collection and create indexe

    • db.createCollection("jobs")
    • db.jobs.createIndex({location: "2dsphere"})
  • Import this into your IDE, start up JobmatcherApplication.java

  • REST service to find best jobs for a worker: /jobMatchingApplication/jobMatches?workerId={workerId}

jobmatcher's People

Contributors

phadkead avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.