user3605436
user3605436

Reputation: 11

What is the difference between google's dataflow and talend ?

I am trying to see through the technical performance of both technologies and put up a benchmark for that reason. Could you guys help me with that ? Thank you

Upvotes: 1

Views: 403

Answers (1)

Ptyler649
Ptyler649

Reputation: 69

It will be tricky to do that, google is serverless tech, and charges on a job/per minute basis and therefore in essence runs on there own servers. Where talend although can run aws and support a type of serverless tech this is not out of the box and would take sometime to come up with sensible comparisons at a deep technical level. For myself, if you don't need to get deep and dirty for performance and have relatively simplistic data transformations then I would tend to favor Google (if you don't mind lock-in and the price!) but otherwise I would go for Talend (good to be a java centric development house, and takes more time to make performant etc) Anyway that would be my take on it.

Upvotes: 1

Related Questions