Apache beam

Clone this repo:

Branches

  1. 4e439d8 Merge pull request #6 from apache/dependabot/swift/github.com/apple/swift-nio-http2-1.38.0 by liferoad · 3 weeks ago main
  2. 44589d5 Bump github.com/apple/swift-nio-http2 from 1.37.0 to 1.38.0 by dependabot[bot] · 3 weeks ago
  3. a513f65 Adding first class container support to Beam Swift by Byron Ellis · 6 weeks ago
  4. 6a059de Address PR comments by Byron Ellis · 6 weeks ago
  5. 05decb4 Fixed up timestamp off-by-one error. Changed the way prism containers are started to eliminate the need for an override. Added some more unit tests for timestamps and got a completely self-contained gbk test going. by Byron Ellis · 6 weeks 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