TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.25k stars 272 forks source link

Build timely cluster #483

Closed QiZhang1997 closed 2 years ago

QiZhang1997 commented 2 years ago

How to build a timely-dataflow cluster, is there any documentation for guidance? Thanks a lot!

frankmcsherry commented 2 years ago

The readme.md file has a section on multi-process execution: https://github.com/TimelyDataflow/timely-dataflow#execution

QiZhang1997 commented 2 years ago

The readme.md file has a section on multi-process execution: https://github.com/TimelyDataflow/timely-dataflow#execution

OK! Thanks! I have started the cluster following the tutorial. I noticed you posted the example of pagerank in the documentation, I would like to ask if there are other kinds of graph algorithm examples implemented by timely-dataflow, such as weak connected components(WCC) and label propagation(LP).