Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GoogleCloudPlatform/appengine-mapreduce
A library for running MapReduce jobs on App Engine
https://github.com/GoogleCloudPlatform/appengine-mapreduce
Last synced: 3 months ago
JSON representation
A library for running MapReduce jobs on App Engine
- Host: GitHub
- URL: https://github.com/GoogleCloudPlatform/appengine-mapreduce
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2014-09-25T22:53:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T05:42:26.000Z (6 months ago)
- Last Synced: 2024-05-10T05:22:58.324Z (6 months ago)
- Language: Python
- Homepage: https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki/1-MapReduce
- Size: 12.9 MB
- Stars: 233
- Watchers: 56
- Forks: 108
- Open Issues: 50
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AppEngine Mapreduce library
===========================[![Build Status](https://travis-ci.org/GoogleCloudPlatform/appengine-mapreduce.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/appengine-mapreduce)
Official site: https://github.com/GoogleCloudPlatform/appengine-mapreduce
Check the site for up to date status, latest version, getting started & user
guides and other documentation.Archive contents:
- python : python version of the library resides here
- build.sh : use this to run tests for python library, build and run demo app
- src : python source code for mapreduce library
- tests : tests for mapreduce library
- demo : a demo application that uses the map reduce.
- java : java version of the library
- build.xml : ant build file