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.
- Serialization - Common code for serializing POJOs.
- Transient Ranges - Standardized process for dealing with transient data.
- Table optimization - Standardized process for optimizing the Fluo table.