Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

An open data engineering challenge based on real location data

License

Notifications You must be signed in to change notification settings

FreckleIOT/DataEngChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Freckle Data Engineer Challenge

An open data engineering challenge based on real location data. Each entry in this data set is a "location-event". The idfa is the unique identifier of the user.

The expectation for this exercise is that you use Spark 2.x with Scala, Python, or Java. You can use the RDD or Dataframe APIs as you see fit, but please be ready to explain your choices. You must do your work over the entire dataset.

Instructions:

  1. Fork this repo with your own id for our review.
  2. Download the dataset here: https://s3.amazonaws.com/freckle-dataeng-challenge/location-data-sample.tar.gz
  3. Answer: What is the max, min, avg, std deviation of the number of location events per IDFA? We define a location event to be one record in the sample file.
  4. Produce geohashes for all coordinates in a new RDD or DataFrame
  5. Using the geohashes, determine if there clusters of people at any point in this dataset. If so, how many people and how close are they?
  6. Write any findings into a local parquet format file for later use.
  7. Bonus: Conduct any additional analysis that might give a hint about the behaviour of the IDFAs in the data set.

Please complete as much of the assignment as you have time for. How long you had time to spend on the challenge and your experience will be considered. Have some fun with it!

About

An open data engineering challenge based on real location data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published