DM ML tools Flashcards
1
Q
What are data flow graphs
A
2
Q
dataflow
A
In the ‘better’ way above, the processing pipeline is expressed as a graph, where each {} represents a node, inside which the functionality (ingesting data, cleaning…) could be expressed via a function or microservice call.
3
Q
Why is dataflow better than pipelines
A
4
Q
A