Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/singhdivyank/mongohadoop
- Owner: singhdivyank
- Created: 2021-01-14T06:06:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T01:36:12.000Z (14 days ago)
- Last Synced: 2024-12-26T02:30:34.963Z (14 days ago)
- Topics: hadoop-mapreduce, mongodb, python
- Language: Python
- Homepage:
- Size: 495 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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