Signed tag for Fluo Recipes beta-1 release
[maven-release-plugin] copy for tag 1.0.0-beta-1
[maven-release-plugin] prepare release 1.0.0-beta-1
3 files changed
tree: 93337d3b6cf9ae31c3c8c58cf4b12a872da1742c
  1. contrib/
  2. docs/
  3. modules/
  4. .gitignore
  5. .travis.yml
  6. AUTHORS
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

Fluo Recipes

Build Status

Common code for Fluo application developers.

Available Recipes

  • Collision Free Map - A recipe for making many to many updates.
  • Export Queue - A recipe for exporting data from Fluo to external systems.
  • RecordingTransaction - A wrapper for a Fluo transaction that records all transaction operations to a log which can be used to export data from Fluo.

Common Functionality

Recipes have common needs that are broken down into the following reusable components.