Hacker News new | ask | show | jobs
by anacleto 3739 days ago
Is this native? Or just a Scala wrapper?
1 comments

I would expect it to be as native as Google's own Java API [1], though it is still just the API, not the actual backend.

[1] https://github.com/GoogleCloudPlatform/DataflowJavaSDK

Correct it's a thin Scala wrapper with some additional features. Execution is delegated to Dataflow/BEAM.