Registry / database / cayleygraph-cayley

cayleygraph-cayley

JSON →
library0.7.7gogounverified

Package cayley is an open-source graph database written in Go, supporting multiple storage backends and query languages.

go get github.com/cayleygraph/cayley
INSTALL
IMPORT
SIG · CAYLEYGRAPH-CAYLEY
C
cayleygraph-cayley
databasegov0.7.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cayley
github.com/cayleygraph/cayley

Create an in-memory graph and add a quad.

import "github.com/cayleygraph/cayley" func main() { store, err := cayley.NewMemoryGraph() if err != nil { panic(err) } store.AddQuad(cayley.Quad{"subject", "predicate", "object", "graph"}) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.7latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
cayleygraph-cayley — go get cayleygraph-cayley · libregistry