Apache beam

Clone this repo:
  1. bc1c4b2 Bump github.com/apple/swift-nio from 2.84.0 to 2.101.0 (#8) by dependabot[bot] · 4 weeks ago main
  2. 4e439d8 Merge pull request #6 from apache/dependabot/swift/github.com/apple/swift-nio-http2-1.38.0 by liferoad · 11 months ago
  3. 44589d5 Bump github.com/apple/swift-nio-http2 from 1.37.0 to 1.38.0 by dependabot[bot] · 11 months ago
  4. a513f65 Adding first class container support to Beam Swift by Byron Ellis · 12 months ago
  5. 6a059de Address PR comments by Byron Ellis · 12 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