Skip to content

FedericoSerini/DEND-Project-4-Apache-Spark-And-Data-Lake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project 4: Apache Spark & Data Lake

Project passed

Summary


Preamble

Data source is provided by one public S3 buckets. This bucket contains info about songs, artists and actions done by users (which song are listening, etc..). The objects contained in the bucket are JSON files. The entire elaboration is done with Apache Spark


Spark process

The ETL job processes the song files then the log files. The song files are listed and iterated over entering relevant information in the artists and the song folders in parquet. The log files are filtered by the NextSong action. The subsequent dataset is then processed to extract the date , time , year etc. fields and records are then appropriately entered into the time, users and songplays folders in parquet for analysis.


Project structure

This is the project structure, if the bullet contains /
means that the resource is a folder:

  • /data - A folder that cointains two zip files, helpful for data exploration
  • etl.py - The ETL engine done with Spark, data normalization and parquet file writing.
  • dl.cfg - Configuration file that contains info about AWS credentials

Releases

No releases published

Packages

No packages published

Languages