Datastore Helper Overview

This is the documentation for ActiveViam’s Datastore Helper tool, a Helper library and API for customising the datastore outside of the standard datastore config class.

Why?

Atoti Solutions have default datastore configurations defined in the reference implementation module.

In multiple cases, clients have tried to add one or two fields to the existing datastores, to extend the data model. Doing this directly in the reference implementation opens up issues with merging when new versions of the Solutions are released. The only other option is extending the configuration classes and overriding entire beans.

This tool aims to simplify the process by: