Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 384 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 384 Bytes

The current program implements a map reduce system with custom inputs and outputs, trying policies and backoff mechanism. It relies on a topological sort to build the graph of the tasks that need to be executed.

the main includes a simples example of text parsing and translation

text1 -> parse1 -> translate1
-> merge text2 -> parse2 -> translate2 /