Skip to content
/ grapher Public

Lightweight in-memory graph database toolkit with storage, algorithms & Cypher-like queries The entire project is built using Copilot, and the following features are not guaranteed. Please use with caution.

Notifications You must be signed in to change notification settings

ak-wan/grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grapher

Go Version License

中文|English

Lightweight in-memory graph database toolkit with storage, algorithms & Cypher-like queries The entire project is built using Copilot, and the following features are not guaranteed. Please use with caution.

Features

Core Modules

  • Graph Storage
    ✅ Generic nodes & weighted edges
    ✅ Thread-safe concurrency
    ✅ JSON persistence
    🚧 Versioned snapshots (WIP)

Query Layer

  • Cypher-like Engine
    ✅ Pattern matching & path queries
    🚧 Built-in indexing
  • OrientSQL Adapter
    🚧 SQL-Like matching

Algorithms

  • Traversal
    ✅ BFS 🚧 DFS 🚧 Shortest path

Quick Start

Install

go get github.com/ak-wan/grapher

About

Lightweight in-memory graph database toolkit with storage, algorithms & Cypher-like queries The entire project is built using Copilot, and the following features are not guaranteed. Please use with caution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages