Apache Fluo Recipes

Clone this repo:
  1. dbf3cdf Standardize .asf.yaml notifications by Christopher Tubbs · 3 days ago main
  2. ab14d4d Set up default protection ruleset for default and release branches (#169) by The Apache Software Foundation · 8 weeks ago
  3. 11f7a18 Bump org.apache.zookeeper:zookeeper from 3.8.4 to 3.8.6 (#167) by dependabot[bot] · 4 months ago
  4. 87490a9 Bump org.apache.spark:spark-core_2.12 from 2.4.6 to 3.3.3 (#165) by dependabot[bot] · 1 year, 5 months ago
  5. 1468b1e Bump org.apache.zookeeper:zookeeper from 3.4.14 to 3.8.4 (#166) by dependabot[bot] · 1 year, 5 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