Skip to content

Latest commit

 

History

History

examples

The demo files include mostly all the features in ezl. To learn about ezl, I suggest going by the following sequence:

  1. wordcount and pi examples for overview.
  2. demoColumns.
  3. demoMapFilter.
  4. demoFromFile.
  5. demoReduce.
  6. demoReduceAll.
  7. demoPrll.
  8. demoIO.
  9. demoRise.
  10. demoFlow.
  11. 1D-diffusion for some recent features overview. and then examples of your choice.

Check the websites for a walkthrough of some of the examples and reference. Some of the examples are for illustration and do not write their results, while some do show the results in output files or stdout. In any case you can append .dump() to any unit(map/reduce/rise) to check the results and .run() at the end of a data-flow to make it actually run. (dump() has two optional arguments, output file string and header of the file. Blank file-name implies stdout.)