• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

mapreduce/22-Nov-2023-17,08412,569

README.chromiumD22-Nov-2023650 2520

README.chromium

1Name: Google App Engine MapReduce
2Short Name: mapreduce
3URL: https://github.com/GoogleCloudPlatform/appengine-mapreduce
4Version: 1.9.22.0
5License: Apache
6Security Critical: no
7
8Description:
9MapReduce is a programming model for processing large amounts of data in a
10parallel and distributed fashion.  The App Engine MapReduce library makes
11it convenient to perform an operation on all datastore entities of a kind.
12
13Note that this library has several dependencies, including:
14 - GoogleAppEngineCloudStorageClient
15 - GoogleAppEnginePipeline
16 - Graphy
17 - simplejson
18 - mock
19 - mox
20 - pg8000
21
22Local Modifications:
23Stripped everything except mapreduce/.
24
25