Git Product home page Git Product logo

steam-recommendations's Introduction

Game Recommendations on Steam Dataset Analysis and Optimization

Overview

This project focuses on the analysis and optimization of the Game Recommendations on Steam dataset sourced from Kaggle. The dataset provides comprehensive information about games available on the Steam platform, including user reviews, ratings, pricing, and platform compatibility.

Objectives

The main objectives of this project include:

  • Database Optimization: Using MongoDB to optimize database structure and performance.
  • Index Creation: Strategically creating indexes to improve query performance.
  • Data Modeling: Implementing design patterns like bucketing, subset, extended reference, and computing for efficient data handling.
  • Query Optimization: Writing and optimizing MongoDB queries to derive meaningful insights from the dataset.

Dataset Description

The dataset consists of CSV files containing information such as game details, user reviews, recommendations, pricing, and platform compatibility. Key files utilized are:

  • games.csv: Detailed information about each game including title, release date, rating, user reviews, and pricing.
  • recommendations.csv: User-specific game recommendations, including recommendation status, hours played, and review date.
  • users.csv: User profiles with details such as user ID, products owned, and reviews submitted.

Methodology

Data Loading and Transformation

  • Importing to MongoDB: Data from CSV files was loaded into MongoDB using Python scripts.
  • Data Transformation: Transformation functions were applied to preprocess and structure data according to MongoDB schema requirements.

Database Design Patterns

  • Bucket Pattern: Used to store recommendations grouped by game ID.
  • Subset Pattern: Categorized games based on platform compatibility (e.g., Windows, Mac, Linux).
  • Extended Reference: Linked additional game details across different collections for efficient querying.
  • Computing Pattern: Created computed fields such as final price with applied discounts.

Conclusion

This project showcases MongoDB's capabilities in optimizing storage and retrieval of data from the Steam game recommendations dataset. By utilizing indexing, design patterns, and efficient querying techniques, the database performance is enhanced, facilitating quicker analysis and extraction of valuable insights.

steam-recommendations's People

Contributors

rippah avatar ssspetrovic 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.