Skip to content

Task: • Build all java needed classes (POJO , DAO, web service and a tester client for the web service) • Make a web service to get the following from the data set: 1. Read data set and convert it to dataframe or Spark RDD and display some from it. 2. Display structure and summary of the data. 3. Clean the data (null, duplications) 4. Count the …

Lamyaa-Zayed/Java-Final-Project-ITI_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Task:

• Build all java needed classes (POJO , DAO, web service and a tester client for the web service) • Make a web service to get the following from the data set:

  1. Read data set and convert it to dataframe or Spark RDD and display some from it.
  2. Display structure and summary of the data.
  3. Clean the data (null, duplications)
  4. Count the jobs for each company and display that in order (What are the most demanding companies for jobs?)
  5. Show step 4 in a pie chart 6. Find out What are it the most popular job titles?
  6. Show step 6 in bar chart
  7. Find out the most popular areas?
  8. Show step 8 in bar chart
  9. Print skills one by one and how many each repeated and order the output to find out the most important skills required?
  10. Factorize the YearsExp feature and convert it to numbers in new col. (Bounce )
  11. Apply K-means for job title and companies (Bounce )

Java-Final-Project-ITI_AI

Wuzzuf Jobs Exploratory without Spring_initlizer Web Service.

Wuzzuf Jobs Exploratory with Spring_initlizer Web Service:

Just Run the code and Enjoy exploratoring the data.

About

Task: • Build all java needed classes (POJO , DAO, web service and a tester client for the web service) • Make a web service to get the following from the data set: 1. Read data set and convert it to dataframe or Spark RDD and display some from it. 2. Display structure and summary of the data. 3. Clean the data (null, duplications) 4. Count the …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages