Apache beam

Clone this repo:
  1. 41819e2 Set up default protection ruleset for default and release branches (#7) by The Apache Software Foundation · 3 weeks ago main
  2. 71e34c5 Bump github.com/apple/swift-nio-http2 from 1.38.0 to 1.44.0 (#9) by dependabot[bot] · 3 weeks ago
  3. bc1c4b2 Bump github.com/apple/swift-nio from 2.84.0 to 2.101.0 (#8) by dependabot[bot] · 7 weeks ago
  4. 4e439d8 Merge pull request #6 from apache/dependabot/swift/github.com/apple/swift-nio-http2-1.38.0 by liferoad · 12 months ago
  5. 44589d5 Bump github.com/apple/swift-nio-http2 from 1.37.0 to 1.38.0 by dependabot[bot] · 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