https://github.com/ashikamattu/movie_data_analysis
This project deals with analysing movie actors data set by designing a cumulative data model.
https://github.com/ashikamattu/movie_data_analysis
cumulative-table-design data-modeling postgresql sql
Last synced: 5 months ago
JSON representation
This project deals with analysing movie actors data set by designing a cumulative data model.
- Host: GitHub
- URL: https://github.com/ashikamattu/movie_data_analysis
- Owner: ashikamattu
- Created: 2025-04-10T04:48:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T05:22:21.000Z (about 1 year ago)
- Last Synced: 2025-04-23T12:53:32.425Z (about 1 year ago)
- Topics: cumulative-table-design, data-modeling, postgresql, sql
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie actors data analysis
This project deals with analysing movie actors data set by designing a cumulative data model.
1. Construct a series of SQL queries and table definitions that will allow us to model the actor_films dataset in a way that facilitates efficient analysis.
2. This involves creating new tables, defining data types, and writing queries to populate these tables with data from the actor_films dataset.
3. Implementing SCD Type 2 and incrementally load new data