Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singhdivyank/mongohadoop

A MongoDB and Hadoop cheat sheet with some commands and a few questions
https://github.com/singhdivyank/mongohadoop

hadoop-mapreduce mongodb python

Last synced: 3 days ago
JSON representation

A MongoDB and Hadoop cheat sheet with some commands and a few questions

Awesome Lists containing this project

README

        

# Contents

## MongoDB

* readme.md - MongoDB cheat sheet
* solutions.mongodb - MongoDB file implementing queries to questions.pdf

## Hadoop

* readme.md - Hadoop cheat sheet
* mapper.py - Programming tips for Mapper
* reducer.py - Programming tips for Reducer
* An example code implementing Map-Reduce programming on Hadoop