MapReduce für App Engine
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Wichtig: Google hat den Support und die weitere Entwicklung der Java- und Python MapReduce-Bibliotheken an die Open-Source-Community übertragen.
Der Quellcode und die Dokumentation stehen auf GitHub bereit.
MapReduce ist ein Programmiermodell für die parallele und verteilte Verarbeitung großer Mengen von Daten. Es ist nützlich für umfangreiche und lange andauernde Jobs, die nicht im Rahmen eines einzelnen Requests verarbeitet werden können, wie z. B.:
- Anwendungsprotokolle analysieren
- Zugehörige Daten von externen Quellen aggregieren
- Daten von einem Format in ein anderes umwandeln
- Daten für externe Analyse exportieren
App Engine MapReduce ist eine von der Community gepflegte Open-Source-Bibliothek, die auf App Engine-Diensten wie Datastore und Aufgabenwarteschlangen aufsetzt.
Die Bibliothek ist auf GitHub an folgenden Stellen verfügbar:
Zugriff auf Hilferessourcen
Zur Dokumentation von MapReduce gelangen Sie, wenn Sie auf das Wiki-Symbol für die oben verlinkten GitHub-Projekte klicken. Sie können auch direkt über folgenden Link auf die Dokumentation von MapReduce für Java und Python zugreifen:
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-09-04 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eGoogle has transitioned the Java and Python MapReduce libraries to open-source, with the source code and documentation now available on GitHub.\u003c/p\u003e\n"],["\u003cp\u003eMapReduce is a programming model designed for processing large datasets in parallel, making it useful for long-running jobs like log analysis and data transformation.\u003c/p\u003e\n"],["\u003cp\u003eApp Engine MapReduce is a community-maintained, open-source library built on App Engine services like Datastore and Task Queues.\u003c/p\u003e\n"],["\u003cp\u003eThe MapReduce library's documentation for both Java and Python is accessible via the GitHub wiki, at the link provided for your convenience.\u003c/p\u003e\n"]]],[],null,["# MapReduce for App Engine\n\n**Important:**\nGoogle has transitioned support and further development of the\nJava and Python MapReduce libraries to\nthe open source community.\nThe source code and documentation are\navailable on [GitHub](https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki)\n\nMapReduce is a programming model for processing large amounts of data in a\nparallel and distributed fashion. It is useful for large, long-running jobs\nthat cannot be handled within the scope of a single request, tasks like:\n\n- Analyzing application logs\n- Aggregating related data from external sources\n- Transforming data from one format to another\n- Exporting data for external analysis\n\nApp Engine MapReduce is a community-maintained, open source library that is\nbuilt on top of App Engine services, including Datastore and Task Queues.\nThe library is available on GitHub at these locations:\n\n- [Java](https://github.com/GoogleCloudPlatform/appengine-mapreduce/tree/master/java) source project.\n\n- [Python](https://github.com/GoogleCloudPlatform/appengine-mapreduce/tree/master/python) source project.\n\nWhere to find documentation\n---------------------------\n\nThe documentation for Mapreduce is available by clicking the wiki icon for the GitHub projects\nlinked above. However, for your convenience, you can also access the\ndocumentation for both Java and Python MapReduce at the following link:\n\n- [Java and Python MapReduce Documentation](https://github.com/GoogleCloudPlatform/appengine-mapreduce/wiki)"]]