sea-team/gofound
GoFound GoLang Full text search go语言全文检索引擎,毫秒级查询。 使用http接口调用,集成Admin管理界面,任何系统都可以使用。 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 1604
- days_rel: n/a
- days_push: 828
- n_releases_24m: 0
Adoption not part of the score
1597 stars · 194 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
GoFound is a lightweight full-text search engine written in Go, featuring inverted/forward indexes, built-in Chinese word segmentation (jieba), and LevelDB-based persistence. It exposes an HTTP API, includes a web admin interface, and runs as a single native binary with minimal memory usage compared to Elasticsearch.
Use cases
- add full-text search to a web app without running Elasticsearch
- search Chinese-language content with built-in word segmentation
- run a low-memory search engine on a small server
- query indexed documents over a simple HTTP API
- self-host a search service with a visual admin dashboard
- persist search indexes to disk with millisecond query speed
When to choose
- you need a lightweight, dependency-free alternative to Elasticsearch
- memory footprint and simple configuration matter more than a mature ecosystem
- your content is primarily Chinese and you want built-in tokenization
- you want a single binary with an admin UI and HTTP API
When to avoid
- you need distributed clustering, replication, or horizontal scaling
- you rely on Elasticsearch's rich query DSL, aggregations, or plugin ecosystem
- you need battle-tested enterprise support and extensive documentation
- you require advanced relevance tuning or multilingual analyzers beyond Chinese
Facets
service · maturity active
search-engine http-server nlp databases developer-tools windows self-hosted go full-text-search chinese-tokenization inverted-index leveldb admin-ui lightweight-elasticsearch-alternative search natural-language-processing linux macos docker web-server
1 source
- readme: https://github.com/sea-team/gofound · fetched 2026-08-28 · 33cd2c2169cc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sea-team/gofound | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="sea-team/gofound")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem