Giter VIP home page Giter VIP logo

usmananwaar-de / github-repos Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 911 KB

The repository contains code that retrieves data on the latest GitHub repositories using the GitHub API. The retrieved data is then cleaned and transformed before being sent to Google BigQuery for storage and analysis. In BigQuery, exploratory data analysis (EDA) techniques are applied to gain insights into the data.

Jupyter Notebook 100.00%
data-modeling descriptive-analysis github-api python sql

github-repos's Introduction

EDA Analysis on GitHub Repos Data

This project is divided into two fascinating parts that are sure to capture your attention and leave you feeling satisfied.
  • Firstly, we will be using the GitHub API to gather up-to-date data from various repositories. However, before we send this data to Google BigQuery, we will thoroughly clean and transform it to ensure its accuracy and relevance. Once we have the data ready, we will carry out an exploratory data analysis within Google BigQuery to discover patterns and insights in the data.

  • In the second part of the project, we will focus on designing a logical database for an eCommerce website. This database will automate the process of signing up vendors, making it more efficient and seamless.

So let's start with the GitHub repos project.

GitHub Repos

Prerequisites

Running the Script

  • Clone the repository:
git clone https://github.com/usmananwaar-de/github-repos/
  • Install the required libraries by running the command
pip install -r requirements.txt
  • Write GitHub API

Open the github-repos-etl.ipynb notebook and replace < Token > with your github api

  • Run the code and repos data after cleaning and transformation will be available in your google bigquery account.
    Make sure your project id in google.oauth is same as in script

EDA SQL Queries

Copy SQL queries from eda-desc-queries.sql and run on Google BigQuery

eCommerce Logical Database Design

The logical database consists of several tables, each with a specific purpose. The vendor table contains the basic information of vendors, such as name, email, and address. The product table contains the details of the products offered by the vendors, including name, description, price, and category.

To ensure efficient inventory management, the inventory table is used to track the stock levels of each product. The payment table stores payment details, including the payment method, transaction ID, and amount paid. Finally, the shipping table tracks the delivery status of each order, including the shipping date and delivery address.

This logical database design ensures the smooth and seamless automation of the vendor sign-up process, enabling eCommerce businesses to operate more efficiently and effectively.

Picture

Thank you for reading!

github-repos's People

Contributors

usmananwaar-de avatar

Watchers

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