Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Apache Beam ist ein einheitliches Open-Source-Modell, mit dem sowohl Batch- als auch Streamingpipelines zur parallelen Datenverarbeitung ausgeführt werden können. Bevor Sie mit Dataflow beginnen, sollten Sie wissen, wie Sie Apache Beam-Pipelines entwerfen, erstellen und testen.
Apache Beam-Ressourcen
Auf der Apache Beam-Website finden Sie eine Dokumentation über:
Das Gestalten von Pipelines – liefert Informationen zum Festlegen der Struktur einer Pipeline, zur Auswahl der Transformationen, die auf Daten angewendet werden sollen, und zur Bestimmung der Eingabe- und Ausgabemethoden.
Das Erstellen von Pipelines – erläutert die Funktionsweise der Verwendung der Klassen in den Beam SDKs und die nötigen Schritte zur Erstellung einer Pipeline.
[[["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\u003eApache Beam is a unified, open-source model for defining batch and streaming data processing pipelines.\u003c/p\u003e\n"],["\u003cp\u003eDesigning an Apache Beam pipeline involves determining its structure, choosing data transforms, and specifying input/output methods.\u003c/p\u003e\n"],["\u003cp\u003eCreating a pipeline involves using the classes in the Beam SDKs and building the pipeline itself.\u003c/p\u003e\n"],["\u003cp\u003eThe Apache Beam website provides documentation on designing, creating, and testing your data processing pipelines.\u003c/p\u003e\n"]]],[],null,["# Pipeline fundamentals for the Apache Beam SDKs\n\nApache Beam is an open source, unified model for defining both batch and\nstreaming-data parallel-processing pipelines. Before you get started with\nDataflow, understand how to design, create and test Apache Beam pipelines.\n\nApache Beam resources\n---------------------\n\nOn the Apache Beam website, you can find documentation on:\n\n- [How to design your pipeline](https://beam.apache.org/documentation/pipelines/design-your-pipeline/):\n shows how to determine your pipeline's structure, how to choose which\n transforms to apply to your data, and how to determine your input and output\n methods.\n\n- [How to create your pipeline](https://beam.apache.org/documentation/pipelines/create-your-pipeline/):\n explains the mechanics of using the classes in the Beam SDKs and the\n necessary steps needed to build a pipeline.\n\n- [How to test your pipeline](https://beam.apache.org/documentation/pipelines/test-your-pipeline/):\n presents best practices for testing your pipelines."]]