Customising the Datastore with the Datastore Helper

The Datastore Helper is a library and API, pre-configured in the Accelerators, to allow customization of the datastore outside of the standard datastore config class.

Performing customizations

The Accelerators include implementations of the required classes in the starter module (for example, in FRTB, they can be found inĀ com.activeviam.frtb.starter.cfg.impl

The reference implementations of the Accelerators already include calls at the appropriate places for your customizations to be applied.

Examples

For details and examples of the project customizations available with the Datastore Helper, see the Datastore Helper Documentation.