Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37524153
en ru br
ALT Linux repos
S:5.0.2-alt2

Group :: Text tools
RPM: manticore

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 5.0.2-alt2
Build date: 18 july 2022, 22:42 ( 92.4 weeks ago )
Size: 4.68 Mb

Home page:   https://manticoresearch.com

License: GPLv2
Summary: Manticore full-text search server
Description:

Manticore Search is a database designed specifically for search,
including full-text search. What differs it from other solutions is:
* Powerful and fast full-text searching which works fine for small and big datasets
* SQL-first: the native Manticore's syntax is SQL.
 It speaks SQL over HTTP and MySQL protocol (you can use your preferred mysql client)
* JSON over HTTP: to provide more programmatic way to manage your data and
 schemas Manticore provides HTTP JSON protocol. Very similar to the one from Elasticsearch
* Written fully in C++: starts fast, doesn't take much RAM,
 low-level optimizations give good performance
* Real-time inserts: after INSERT is made the document can be read immediately
* Interactive courses for easier learning
* Built-in replication and load balancing
* Can sync from MySQL/PostgreSQL/ODBC/xml/csv out of the box
* Not fully ACID-compliant, but supports transactions and binlog for safe writes
* Craigslist, Socialgist, PubChem and many others use Manticore
 for efficient searching and stream filtering.

Manticore Search was forked from Sphinx 2.3.2 in 2017.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • manticore
  • manticore-converter
  • manticore-converter-debuginfo
  • manticore-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin