Customizing the Datastore with the Datastore Helper

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

Performing customizations

Solutions include implementations of the required classes in the starter module. For example, in Atoti FRTB, they can be found in com.activeviam.frtb.starter.cfg.impl

The reference implementations of the Solutions 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.