Categorygithub.com/abstract-base-method/gographer
modulepackage
0.0.0-20231122042812-d1ac5e233586
Repository: https://github.com/abstract-base-method/gographer.git
Documentation: pkg.go.dev

# README

GoGrapher

A Simple Graph Storage System for GoLang

This is a hobby project to make an efficient graph overlay of pluggable storage systems. That means your graph data isn't tied to a single implementation, and you can control more about graph traversal and retrieval. For instance, one could implement a gographer#Store that interacts with a slower backend (such as a database) and make a gographer#Researcher that maps relationships in a fast cache like redis. There are some implementations already here, like ./redis which offers really efficient storage of graph data with fast retrieval times.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author