Merge pull request #3 from byronellis/docc-integration

Documentation updates and adding the Docc plugin
tree: ac1775e149019825e6a8a3606de7e91c2af190bb
  1. Sources/
  2. Tests/
  3. .gitignore
  4. LICENSE
  5. Package.resolved
  6. Package.swift
  7. README.md
README.md

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