Apache beam

Clone this repo:

Branches

  1. ab5ed91 Merge pull request #4 from apache/dependabot/swift/github.com/apple/swift-nio-http2-1.28.1 by tvalentyn · 3 weeks ago main
  2. 96e2d54 Bump github.com/apple/swift-nio-http2 from 1.27.0 to 1.28.1 by dependabot[bot] · 3 months ago
  3. 9032090 Merge pull request #3 from byronellis/docc-integration by Byron Ellis · 7 months ago
  4. 032de71 Merge branch 'apache:main' into docc-integration by Byron Ellis · 7 months ago
  5. ab6de14 Documentation updates by Byron Ellis · 7 months ago

Apache Beam Swift SDK

Provides the Apache Beam SDK for Swift.

Usage

Add the package dependency in your Package.swift:

.package(
    url: "https://github.com/apache/beam-swift",
    .branch("main")
)

Next, in your target add ApacheBeam to your dependencies:

.target(name: "MyPipeline",dependencies:[
    .product(name:"ApacheBeam",package:"beam-swift"),
],

Documentation