Product Documentation

FairCom Replication JSON RPC API

Previous Topic

Next Topic

Action Plug-ins

The Replication Manager Database supports a central repository, which contains plug-in libraries that it can load when needed. It provides plug-in libraries for each supported platform, including WinX64, LinuxX64, and Raspbian32.

Under the Replication Manager Database working directory, a repo directory contains a ctactionexec directory, which contains the platform directories. Each platform directory has the following libraries:

  • ctActionExecBasic - Basic
  • ctActionExecFS - File System
  • ctActionExecRepl - Replication
  • ctActionExecCtree - c-tree

When the ctMemphisLoadActionExec is called, it will try to load the action executor library. If that library is not present, it will try to download it from the Replication Manager Database repository.

In the future, FairCom plans to provide additional plug-ins to extend the capabilities of Replication Manager. It is also possible for you to build plug-ins to provide custom functionality.

TOCIndex