mstrYoda

A graph database provides Cypher query, fluent builder and management UI implemented in Golang.

75
2
100% credibility
Found Feb 07, 2026 at 26 stars 3x -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Go
AI Summary

GraphDB is a high-performance embeddable graph database in Go supporting Cypher queries, graph algorithms, transactions, indexes, and a web management UI.

How It Works

1
🔍 Discover GraphDB

You find a simple tool to store and explore connections between things, like friends in a social network or links in a knowledge base.

2
📥 Get it running

Download the single file and launch your personal graph database with one click—no complicated setup needed.

3
👥 Add people and links

Create nodes for your items and connect them with labeled relationships, like 'Alice follows Bob'.

4
💭 Ask natural questions

Use everyday language queries to find patterns, like 'who follows Alice?' and get instant answers.

5
🖼️ Visualize your graph

Open the built-in web console to see an interactive map of your connections and explore visually.

Unlock insights

Your data comes alive with powerful discoveries, ready to grow as big as you need.

Sign up to see the full architecture

4 more

Sign Up Free

Star Growth

See how this repo grew from 26 to 75 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is goraphdb?

goraphdb is an embeddable open source graph database in Go, built on bbolt for fast, dependency-free storage up to 50GB. It supports Cypher queries for graph patterns, a fluent builder for Go-native traversals, and a React-based management UI with query editor and cytoscape graph view. Developers get directed labeled graphs with nodes/edges holding JSON props, ideal when graph database vs relational database shines for relationships.

Why is it gaining traction?

Its single binary packs Cypher (with indexes, OPTIONAL MATCH, EXPLAIN), Prometheus metrics, WAL replication, and sharding—rare for such a lean github graph tool. The UI offers instant graph database examples via explorer and slow query logs, while fluent APIs handle BFS/paths. At 45 graph github stars, it hooks Go devs avoiding heavy graph database azure or postgres extensions.

Who should use this?

Backend Go engineers tackling recommendations, fraud rings, or RAG pipelines needing graph database schema flexibility. Suits solo devs prototyping social feeds or github graph commits/branches analysis, where Cypher speeds queries over raw traversals.

Verdict

Solid starter for graph database python refugees wanting Go-native Cypher and UI—test with its examples. 1.0% credibility and few stars signal early maturity; pair with strong tests for prod.

(198 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.