go-ego/riot
Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3360
- days_rel: n/a
- days_push: 2150
- n_releases_24m: 0
Adoption not part of the score
6050 stars · 468 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Riot is a distributed full-text search engine library written in Go, featuring efficient indexing, Chinese word segmentation via gse, BM25 scoring, and realtime index updates. It is a beta V1 with high memory consumption, and a full V2 rewrite was planned but the project has seen little activity since 2020.
Use cases
- add full-text search to a Go application
- index millions of documents quickly in memory
- search Chinese text with word segmentation
- build a distributed search cluster in Go
- rank search results with BM25 and custom scoring
- perform realtime indexing with online add and delete
When to choose
- you need an embeddable search engine in Go without external services
- your corpus includes Chinese text needing segmentation
- you want BM25 ranking and custom scoring rules built in
- you need distributed indexing and search
When to avoid
- you need a production-grade, actively maintained search engine (prefer Elasticsearch, Meilisearch, or Bleve)
- memory footprint is a concern, since V1 consumes large amounts of memory
- you need long-term support, as the project has been inactive since 2020
Facets
library · maturity maintenance
search-engine nlp developer-tools go cross-platform full-text-search chinese-segmentation bm25 distributed-indexing inverted-index search natural-language-processing
1 source
- readme: https://github.com/go-ego/riot · fetched 2026-08-28 · 7fdcc675449a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| go-ego/riot | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem