Logo
Built-in algorithms

Introduction #

DBPlusEngine allows developers to extend algorithms through SPI. At the same time, DBPlusEngine also provides a large number of built-in algorithms for developers to use.

Usage #

The built-in algorithms are configured by type and props, where type is defined by the algorithm in the SPI, and props are used to pass personalized parameters of the algorithm.

Regardless of the configuration method used, the configured algorithm is named and passed to the corresponding rule configuration. This section distinguishes and lists all of DBPlusEngine’s built-in algorithms by function for developers’ reference.