Liking cljdoc? Tell your friends :D

com.manigfeald.graph


assoc-missingclj

(assoc-missing m & pairs)
source

attempt-committing-new-graphclj

(attempt-committing-new-graph gs g ng graph-name)
source

(attribute-edge-search graph k v)
source

(attribute-node-search graph k v)
source

bytes->uuidclj

(bytes->uuid bytes)
source

cessorsclj

(cessors gs id node prefix)
source

copyclj

(copy gs graph-name1 graph-name2)
source

create-tables!clj

(create-tables! gs)

create tables in the config of a given graph store

create tables in the config of a given graph store
sourceraw docstring

delete-graph!clj

(delete-graph! gs graph-name)
source

gcclj

(gc gs)
source

graph-recordclj

(graph-record gs graph-name ng)
source

graph-storeclj

(graph-store con config)

create a graph store, a graph store is logically an abstraction on top of a database connection that lets you operate on graphs stored in a database

create a graph store, a graph store is logically an abstraction on
top of a database connection that lets you operate on graphs stored
in a database
sourceraw docstring

gsclj

(gs con config)
source

id-graphclj

(id-graph gs id)
source

read-only-viewclj

(read-only-view gs graph-name)

returns a read only view of the named graph from the given graph store

returns a read only view of the named graph from the given graph store
sourceraw docstring

transactclj

(transact gs graph-name fun)
source

transact!clj

(transact! gs graph-name fun)

given a graph store and the name of a graph, call function with the graph of that name, function must return a pair of [transact-return-value, updated-graph]

given a graph store and the name of a graph, call function with the
graph of that name, function must return a pair of
[transact-return-value, updated-graph]
sourceraw docstring

vid-ofclj

(vid-of data)
source

vid-of-edgeclj

(vid-of-edge gs id edge)

get the raw vid bytes for an edge

get the raw vid bytes for an edge
sourceraw docstring

with-java-lockingcljmacro

(with-java-locking lock & body)
source

with-read-lockcljmacro

(with-read-lock gs & body)

execute body with graphstore's read lock

execute body with graphstore's read lock
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close