Giter Site home page Giter Site logo

cubigdataclass / indian-premier-league Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 24.54 MB

This project aims to show some cool intresting facts, records, results of IPL

Python 74.52% Jupyter Notebook 25.48%
ipl data-visualization big-data microservices python elasticsearch kibana kibana-visualization kibana-dashboard aws

indian-premier-league's Introduction

Indian-Premier-League

This project aims to show some cool intresting facts, records, results of IPL

Team Meambers:

Nithin Veer Reddy

Abhinivesh Palusa

Lokin Sai Makkenna

Mohan Dwarampudi

Extract

  • Data has been sourced from multiple areas -
    • Scrapping from popular cricketing websites.
    • Scrapping wiki pages.
    • Through Google API for Geo points.
    • Kaggle datasets.
  • All the data is then stored in Amazon S3, which is then pushed into DynamoDB. S3 event invokes AWS Lambda which does the data parsing before it is rested in DynamoDB.
  • The entire data has been utilized into three tables in DynamoDB, namely - deliveries, matches, players. This data acts as a source of truth for all the further operations.

Transform

  • All the semi-parsed data is transformed into a meaningful entry - JSON.
  • Triggers on DynamoDB would invoke AWS Lambda whenever a new entry is added into DynamoDB.
  • AWS Lambda transforms the data into meaningful patterns, which are further loaded into ElasticSearch cluster.
  • AWS Lambda also fetches additional Geo data through Google API.
  • AWS Lambda uses Redis for a quick Key: Value mapping lookup.

Load

  • ElasticSearch indices all the incoming data from Lambdas.
  • Data on ElasticSearch is split on the nodes in the cluster.
  • All the 3 formats of the data are stored in different indices -
    • deliveries
    • matches
    • players

ElasticSearch

  • A two node cluster, served out via Load Balancer.
  • Load Balancer endpoint would be the face of the ElasticSearch.
  • There are separate indices for all three types of data sources which are mentioned before.

Kibana

NGINX

  • Utilized for the purpose of port forwarding.
  • It forwards the request received on 80 to the Kibana's listening port, making Kibana as the face of the application.

URL for our project: http://bdaipl.tech/

indian-premier-league's People

Contributors

abhiniveshp avatar lokinsai avatar mohan1544 avatar nithinveer avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

mohan1544

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.