HelixDB/helix-db

HelixDB is an OLTP graph database with native vector and full-text search built in Rust on Object Storage.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 seconds ago
Added to GitGenius on September 11th, 2026
Created on November 23rd, 2024
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 349
Total Stargazers: 5,900 (+0)
Total Subscribers: 31 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 2.5 days
90th percentile: 3.6 days
Tracked items: 262

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 13% of issues opened in the past year have been closed. Three people close 93% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 4
Closed in 7 days: 4
Avg open age: 33 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 4
Closed in 7 days: 3
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (91)
  • enhancement (80)
  • documentation (8)
  • Testing (6)
  • good first issue (6)
  • automated (4)
  • hql-tests (4)
  • help wanted (2)

Detailed Description

HelixDB is an OLTP graph database that combines native vector search and full-text search capabilities, built in Rust on object storage.

HelixDB addresses the fragmentation problem in AI application infrastructure by consolidating multiple specialized databases into a single platform. Rather than maintaining separate systems for application data, relational queries, vector embeddings, and graph relationships, the tool unifies these concerns under one data model. It operates primarily with a graph-plus-vector approach but also supports key-value, document, and relational data patterns. Queries are authored through language-specific DSLs in Rust, TypeScript, Go, or Python and sent directly to a running instance via HTTP, eliminating build or deployment steps.

The tool suits teams building AI agents and retrieval-augmented generation systems that need to manage both structured relationships and semantic similarity searches without operational overhead. It is particularly valuable for applications requiring federated access to company data for agent memory and knowledge graphs. The CLI includes a bootstrapper called helix chef that can scaffold a complete project, seed example data, and hand off to supported AI agents for rapid prototyping. Developers can choose between interactive setup or manual configuration depending on their workflow preferences.

Maintainers respond to issues and pull requests within hours. Work in the issue tracker centers on bug fixes, enhancements, and documentation.