Writing OpenSearch Plugins and Extensions (in Python)

from blog code.dblock.org | tech blog, | ↗ original
Check out this talk recorded at OpenSearchCon 2023, or continue reading. Most custom functionality in OpenSearch is implemented with plugins. That is, in theory. In practice, much of core functionality is also implemented in plugins. For example, security or k-NN search are both plugins, even though one would reasonably expect a security...