21 unstable releases (3 breaking)

0.8.8 Jul 8, 2022
0.8.4 Jun 24, 2022
0.2.10 Mar 29, 2022

#1884 in Database interfaces

Download history 35/week @ 2023-05-30 1/week @ 2023-06-13 37/week @ 2023-06-20 52/week @ 2023-06-27 2/week @ 2023-07-04 3/week @ 2023-07-25 1/week @ 2023-08-01 35/week @ 2023-08-15 35/week @ 2023-08-22 36/week @ 2023-09-05 36/week @ 2023-09-12

107 downloads per month

Custom license

305KB
6.5K SLoC

Rust 4.5K SLoC // 0.0% comments Python 2K SLoC // 0.2% comments

Maintenance Crates.io

Summa

Full-text search server written in Rust with Python and GRPC API

Quick-start and Documentation


lib.rs:

Fast full-text search server

Features

  • Fine CLI and asynchronous client library aiosumma written in Python
  • Simple GRPC API for managing multiple indices and for search
  • Extendable query parsing on Python client side
  • Ranking documents with custom and/or user-defined scoring functions
  • Indexing documents through Kafka or directly
  • Tracing with OpenTelemetry and exposing metrics in Prometheus format
  • Reflection API for deep insights about text data
  • Configurable tokenizers (including CJK)
  • IPFS API for replication (soon)

Getting started

Dependencies

~48–90MB
~1.5M SLoC