GithubHelp home page GithubHelp logo

tuli0018 / hbase-yelp-data-analysis Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 19 KB

Yelp data analysis using HBase Java API and building a QA application

Home Page: https://www.youtube.com/watch?v=sqjHwdgKcbA

TSQL 15.35% Java 84.65%
hbase java hbaseclient hdfs-dfs yelp-dataset

hbase-yelp-data-analysis's Introduction

HbaseAnalytics

Team ADVanced - Daniel, Vansh, Ahmed

Script (for video)

We have also made an explanation video for this project on youtube. You can find the URL above in the description of the project.

Hbase is difficult to perform analytics with standalone. We found that we needed to introduce an application layer to analyze code.

We transform our data from CSV data sources through PIG (through grunt). From this mechanism, we can bulk insert data.

We insert the data based on group keys. What is meant by group keys is that we find some metric that a group within the data shares a key for. This can include locations or business names. In our data set, there may be multiple businesses with the same name (e.g. McDonald's), or there may be multiple businesses at a location (e.g. Las Vegas NV).

By performing these groupings in our row keys, we can have a fast lookup mechanism for these groups. Granted Hbase is not good with JOINs, but it is significantly well with fast look ups on row keys. A normal SQL database may have to scan a whole table and filter out by certain values. However, in Hbase, if we make these values keys, then we can easily obtain certain groups.

hbase-yelp-data-analysis's People

Contributors

tuli0018 avatar

Stargazers

 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.