https://github.com/manticoresoftware/plugins
Plugins and user defined function (UDFs) for Manticore Search
https://github.com/manticoresoftware/plugins
Last synced: about 1 year ago
JSON representation
Plugins and user defined function (UDFs) for Manticore Search
- Host: GitHub
- URL: https://github.com/manticoresoftware/plugins
- Owner: manticoresoftware
- License: gpl-3.0
- Created: 2019-05-30T15:38:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T03:30:48.000Z (over 6 years ago)
- Last Synced: 2025-03-27T18:52:26.516Z (about 1 year ago)
- Language: C
- Homepage: https://manticoresearch.com/
- Size: 40 KB
- Stars: 6
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manticore Search plugins and UDFs (user defined functions)
Manticore Search can be extended with help of plugins and custom functions (aka user defined functions or UDFs). Please consult with the [documentation](https://docs.manticoresearch.com/latest/html/extending.html) on how it works.
This repository contains the following open source plugins and UDFs:
* [fetch()](./mysql_fetch) - to fetch a document by id from mysql (written in C++)
* [curl()](./curl) - to download content from the web by url (written in Go)