Giter Club home page Giter Club logo

awsbigdata's Introduction

AWS Big Data Boot Camp

Background

AWS Big Data Boot Camp aims for learning various data oriented AWS services. The system built throughout the boot camp is "target advertisement" which requires analyzing historical data as well as processing real time streaming data.

awsbigdata repository contains all materials and source code including :

  • Hive queries for Amazon EMR
  • DDL and SQL Statements for Amazon Redshift
  • Data generator for Amazon Kinesis
  • Event handler for Amazon Kinesis

Where to start

Click this link to initiate CloudFormation.

Access log format

Access logs are already generated and stored on Amazon S3.

Messaging format

  • Data generator will generate current coordinates of users and continue generating as time goes by.
  • The target area is mostly within Tokyo 23 wards. - South West coords : 35.53,139.56, North East coords : 35.81,139.91
  • The message format of corrdiates is as follows.
{"user":10027,"line":"山手","station":"大塚","latitude":35.73154,"longitude":139.72893}
{"user":10078,"line":"山手","station":"目黒","latitude":35.63136,"longitude":139.71636}

Schema definition

  • Records are stored in Amazon Redshift.
CREATE table logs (
user1 VARCHAR(10),
path VARCHAR(2048),
time VARCHAR(24),
geoip VARCHAR(2)
);

awsbigdata's People

Contributors

toshiena avatar tyagihas avatar uprush avatar

Stargazers

 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.