Help Instance Help

How to Implement a Customized Backend

The m8ty server comes with an adapter layer for customizing the backend. This layer consists of interface classes that describe what is expected from the backend.

The following implementations exist as reference implementations for these adapters:

  • finAPI

  • mock

From an architectural point of view, adapters are always stored in a separate submodule. This module should always retain the following naming convention: m8ty-adapter-<backend>.

Last modified: 05 March 2024