Abacn / beam-swift

Apache beam Swift SDK

Home Page:https://beam.apache.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Apache beam Swift SDK

https://beam.apache.org/

License:Apache License 2.0


Languages

Language:Swift 100.0%