Apache Fluo Recipes

Clone this repo:
  1. 87490a9 Bump org.apache.spark:spark-core_2.12 from 2.4.6 to 3.3.3 (#165) by dependabot[bot] · 5 weeks ago main
  2. 1468b1e Bump org.apache.zookeeper:zookeeper from 3.4.14 to 3.8.4 (#166) by dependabot[bot] · 5 weeks ago
  3. afd7acb Bump commons-io:commons-io from 2.7 to 2.14.0 (#164) by dependabot[bot] · 5 weeks ago
  4. 142ef36 Trivial GitHub Actions updates by Christopher Tubbs · 6 months ago
  5. 649caf3 Bump guava from 27.0-jre to 32.0.0-jre (#163) by dependabot[bot] · 1 year, 9 months ago

Apache Fluo Recipes

Build Status Apache License

Fluo Recipes are common code for Apache Fluo application developers.

Fluo Recipes build on the Fluo API to offer additional functionality to developers. They are published separately from Fluo on their own release schedule. This allows Fluo Recipes to iterate and innovate faster than Fluo (which will maintain a more minimal API on a slower release cycle). Fluo Recipes offers code to implement common patterns on top of Fluo's API. It also offers glue code to external libraries like Spark and Kryo.

Getting Started