samyama-graph
Active·★ 63·Apache-2.0·Updated 2026-05-28
★ Trending★ RAG / Knowledge Base★ Data Processing
Graph-vector database that queried 1 billion edges for $2.50. Rust, OpenCypher, vector search, 14 graph algorithms. 74M nodes / 1B edges on a single machine.
Samyama is a graph-vector database written in Rust. It supports OpenCypher queries, Redis protocol, vector search, and graph algorithms. It can handle billions of edges on a single machine.
#billion-edges#cypher#cypher-query-language#graph-algorithms#graph-database#graph-rag#hnsw#knowledge-graph
01
Features
01OpenCypher queries
02Redis protocol
03Vector search (HNSW)
04Graph algorithms (PageRank, BFS, etc.)
05Natural language queries (NLQ)
02
Compatibility
Redis
Redis protocol
Verified via docs
OpenCypher
OpenCypher ~90%
Verified via docs
03
Quick start
1
$ git clone https://github.com/samyama-ai/samyama-graph
2
$ cd samyama-graph
3
$ cargo build --release
04
Use cases
↳Biomedical knowledge graphs (PubMed, ClinicalTrials.gov, etc.)
↳Multi-hop graph traversals
↳Cross-knowledge graph aggregation
05
Alternatives
Brave Search MCP★ 86.5k
Allow your AI Agent to search the real-time internet using Brave Search API. Essential for getting up-to-date information.
open-ontologies★ 126
AI-native ontology engine: a Rust MCP server with tools for building, validating, querying, and reasoning over RDF/OWL ontologies. In-memory Oxigraph triple store, native OWL2-DL tableaux reasoner, SHACL validation, SPARQL, versioning. Single binary, no JVM.
overmind★ 75
玄霖超脑 · 无量网络 v4 重构版— 66 模块6通道 AI 认知神经系统 · 装一次,你所有的 AI 工具从此共享一个永远不失忆的大脑。跨会话记忆 · 多 Agent 互通 · 自动代码审查 · 零配置
ontosphere★ 61
Browser-based RDF/ontology knowledge graph editor — load RDF from files, URLs or SPARQL endpoints; author nodes and edges on the canvas; run OWL-RL reasoning; apply multi-algorithm layout and clustering. AI-native via MCP tool surface and relay bridge. Fully client-side, no backend required.
Related searches
Comments
Log in to leave a comment
- SShawn WhiteApr 30, 2026
The Rust and OpenCypher combination gives both speed and a familiar query interface
- SSutton JohnsonApr 23, 2026
Graph-vector hybrid queries are powerful for knowledge representation use cases
- EEmerson MartinezApr 2, 2026
Querying 1 billion edges for $2.50 is an impressive cost-performance benchmark
- RRiley JacksonMar 14, 2026
Used for large-scale knowledge graph applications, the cost efficiency is real