Apache Fluo Recipes

Clone this repo:
  1. 649caf3 Bump guava from 27.0-jre to 32.0.0-jre (#163) by dependabot[bot] · 11 months ago main
  2. 29036ca Bump commons-io from 2.4 to 2.7 (#162) by dependabot[bot] · 2 years ago
  3. 58d27c6 Bump commons-collections from 3.2.1 to 3.2.2 (#161) by dependabot[bot] · 2 years ago
  4. 2ff94ea Bump junit from 4.12 to 4.13.1 (#160) by dependabot[bot] · 2 years ago
  5. 6d9d6cc Bump zookeeper from 3.4.8 to 3.4.14 (#158) by dependabot[bot] · 2 years 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