HelixDB/helix-db
HelixDB is an OLTP graph database with native vector and full-text search built in Rust on Object Storage.
About the project
A Rust graph-vector database for knowledge graphs and AI agent memory, combining graph, vector, full-text and KV storage in one system without separate stores.
Useful for
- Build AI agent memory on a knowledge graph instead of a stack of vector and relational DBs
- Store documents and their links with full-text and vector search in one instance
- Write queries via Rust, TypeScript, Python or Go SDK and send them to a local instance without a build step
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 3 stars so far today, about 9 expected by the end of the day.
- Before this, the repository barely got any stars — about 3 per day.
- GitHub Trending Rust today: #8, +14 stars.
- Recent forks include notable developers: @strategist922 (886 followers).
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 5,958
- Stars in a day
- 8
- Forks
- 359
- Issues and pull requests
- 1,086
- Watchers
- 31
- Language
- Rust
- License
- Apache-2.0
- Latest release
- v3.2.0 · September 15, 2026
- Created
- November 23, 2024
- Last push
- September 20, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 20, 2026GitHub Trending Rust today: #8, +14 stars
Similar projects
-
4.6
supabase/supabase
Postgres development platform: hosted database with auth, auto-generated REST/GraphQL APIs, realtime subscriptions, file storage and edge functions. An open-source Firebase alternative.
-
2.8
agentscope-ai-java/idempotency-shield
Express middleware that makes handlers safe to retry: a duplicate request with the same Idempotency-Key gets the cached response replayed instead of re-running the handler. Storage is in-memory or Redis.
-
2.6
fleetbase/fleetbase
Modular logistics and supply chain operating system for managing orders, fleets, service zones, and real-time tracking. Suited for e-commerce, courier services, food delivery, and field services.
-
2.5
tokio-rs/tokio
An asynchronous runtime for Rust providing non-blocking I/O, a task scheduler, timers, and network sockets. Used to build reliable concurrent applications and network services in Rust.
-
2.4
planetscale/lead
A deliberately non-production Postgres text-search extension that mimics TIN behavior so TIN-compatible application SQL can be exercised in dev, test, CI, and staging. It is unsuitable for production: the index stores…
-
1.9
dragonflydb/dragonfly
Dragonfly is a multi-threaded in-memory data store compatible with the Redis and Memcached APIs, offering higher throughput and better memory efficiency than them. It works as a drop-in replacement for Redis/Memcached…