Giter VIP home page Giter VIP logo

analysis-on-wuzzuf-jobs-dataset-using-java-and-restful-api's Introduction

Analysis on Wuzzuf jobs dataset using Java and RESTful API

Motivation

This project is an assessment in a Java course offered in the AI program by ITI (Information Technology Institute - Egypt).

Goals

The goal is to analyze Wuzzuf Jobs dataset in kaggle: https://www.kaggle.com/omarhanyy/wuzzuf-jobs and get some insights after cleaning the data. Then offering these insights to a client through a restful service client architecture.

About the dataset (Description in kaggle):

WUZZUF is the #1 Career Destination in Egypt serving more than 500,000 job seekers each month and more than 15,000 of Egypt's top companies actively posting jobs and searching for talent. This dataset includes 4380 Jobs with attributes such as Title, Company, Location, etc.

The insights include:

  1. Displaying structure and summary of the data.
  2. Counting the jobs for each company and display that in order (What are the most demanding companies for jobs?)
  3. Finding out What are it the most popular job titles?
  4. Finding out the most popular areas?
  5. Printing skills one by one and how many each repeated and order the output to find out the most important skills required?
  6. Generating graphs (bar chart, pie chart, etc) that displays the above insights.

A sample output generated by the code:

 A sample output generated by the code

Project Structure

├── Service                 # RESTful Service
└── Client                  # RESTful Client

Service

.
├── main                    
│   ├── java/restfulservice               
│        ├── controller                # Controller for restful service. It has the path links.
│        ├── model                     # POJO for data analysis 
│        └── utils                     # Encoding utilities (Encoding table structure into a map and pictures into a String)
│        
└── resources
      ├── Wuzzuf_Jobs.csv              # Dataset
      └── ...                          # etc.

Client

.
├── main                    
│   ├── java/restfulconsumer              
│        ├── Consumer                  # Consumer for recieving send data through the RESTful API
│        ├── main                      # Client (Running the consumer methods to fetch the data) 
│        └── utils                     # Decoding utilities (Decoding table structure from a map and pictures from a String)
│        
└── resources
      ├── csvFiles                     # Saving consumed data for encoding
      └── images                       # Saving consumed images

Installing the project

This is a maven project with springbot dependency, jdk 11

There is two options for displaying the project information

1- Using the service only

Run the service then through web page, try these links according to the data you want:

2- Using the client

Run the service Run the client The client will display all the information for you

References

Encoding and decoding images by: https://grokonez.com/java-integration/transfer-image-restfulapi-image-restfulapi

analysis-on-wuzzuf-jobs-dataset-using-java-and-restful-api's People

Contributors

tasneemomara avatar maitarekalazab avatar doaamahmoudkiwan avatar

Watchers

 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.