Coder Social home page Coder Social logo

datasci-mapreduce's Introduction

Map Reduce

Data Manipulation at Scale: Systems and Algorithms

The following is my Python assignment turn-ins on the "Data Manipulation at Scale: Systems and Algorithms" course at Coursera (taught at University of Washington).

The class goes in depth to the application of statistics and structures in the technology field to organize and find correlations on data, starting off with relational algebra (an abstraction) and its implementation (Structured Query Language - SQL - used at relational databases that powers apps and websites). It then proceeds to certain algorithms like MapReduce that is pioneered by Google (and open-source, free software systems like Apache Hadoop that make it a reality) and non-SQL databases (the NoSQL movement) that do not use SQL (making them harder to use and a focus on doing things manually when storing data) but with the benefit of scalability - databases can now be on multiple servers.

This assignment has 6 parts:

  • In unique_trims.py, the program filters through dna.json, and counts the occurence of a certain DNA sequence, where the DNA sequence we are looking for is the first parameter in the array of each line input in dna.json and the search space is the second parameter in the array of each line input in dna.json
  • In friend_count.py, using the relations specified on friends.json, return a count of friends of a person.
  • In asymmetric_friendships.py, using the data at friends.json, return a graph of people and those people they follow but don't follow back.
  • In multiply.py, do a matrix multiplication of the matrix at matrix.json

And many more...

To make these files run on your computer, make sure you have Python installed and using the command line/terminal, run

python <oneOfThePythonFilesHere> <additionalArgumentsNeeded>

datasci-mapreduce's People

Contributors

alastairparagas avatar

Stargazers

 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.