add release plugin to pom
1 file changed
tree: a81670bd80392106d49f6c83827197a3312b79e0
  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.