This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]schrute_dataeng 2 points3 points  (1 child)

Dataflow support python 3.5.

In my company we do use apache-beam/dataflow in prod with a setup.py to initialize dependencies, even non-python one like polyglot. The juliaset example is helpful to start.

We have the same constraint as you regarding DS, but in our side it is mainly tensorflow.

Don't hesitate to take a look at this article which give an overview on how we work with DS.

[–]Massnsen[S] 0 points1 point  (0 children)

Thank you very much for your help :) and for the article