Apache beam

Clone this repo:

Branches

  1. a513f65 Adding first class container support to Beam Swift by Byron Ellis · 3 weeks ago main
  2. 6a059de Address PR comments by Byron Ellis · 3 weeks ago
  3. 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 · 3 weeks ago
  4. 1aa6e11 Moving to simpler tests by Byron Ellis · 3 weeks ago
  5. e4afbfb WIP debugging why Prism + 2 GBK doesn't work by Byron Ellis · 3 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