DolphinDB database supports dynamic loading of external plugins to extend system functionality. The plug-in can be written in C++, and it needs to be compiled into ".so" shared libraries or ".dll" shared library files.
Plugin development can refer to the following documentation: Plugin Guide,Plugin Introduction,Plugin Development。