Пакет manticore: Информация

    Исходный пакет: manticore
    Версия: 3.6.0-alt2
    Собран:  25 сентября 2022 г. 16:21
    Категория: Работа с текстом
    Сообщить об ошибке в пакете
    Домашняя страница: https://manticoresearch.com

    Лицензия: GPLv2
    О пакете: Manticore full-text search server
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    manticore (e2kv6, e2kv5, e2kv4, e2k)
    manticore-converter (e2kv6, e2kv5, e2kv4, e2k)
    manticore-converter-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    manticore-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Ilya Kurdyukov
    Vitaly Lipatov

      1. libssl-devel
      2. libexpat-devel
      3. bison
      4. boost-context-devel
      5. boost-devel-headers
      6. cmake
      7. postgresql-devel
      8. libmysqlclient21-devel
      9. flex
      10. libstemmer-devel
      11. gcc-c++
      12. libunixODBC-devel
      13. zlib-devel
      14. libre2-devel

    Последнее изменение


    31 августа 2021 г. Ilya Kurdyukov 3.6.0-alt2
    - added patch for Elbrus
    - added check
    13 мая 2021 г. Vitaly Lipatov 3.6.0-alt1
    - new version 3.6.0 (with rpmrb script)
    23 апреля 2021 г. Vitaly Lipatov 3.5.4-alt1
    - initial build for ALT Sisyphus