如何在 NodeJS 中编写 Google DataFlow 模板?

How to write Google DataFlow templates in NodeJS?

我正在寻找有关在 NodeJS 中编写 DataFlow 作业的信息。 tutorials 都是指 Java 或 Python.

有什么想法吗?

直到现在 (2.13.0),Beam 允许通过 Python、Java 和 Go 编写管道。

Beam 社区正在开发跨语言管道功能,允许调用用另一种语言编写的 PTransform,但 NodeJS 不在路线图上。

查看[1]了解更多信息。

[1] https://beam.apache.org/roadmap/portability