Liking cljdoc? Tell your friends :D

naga.storage.asami.core

A storage implementation over in-memory indexing. Includes full query engine.

A storage implementation over in-memory indexing. Includes full query engine.
raw docstring

AsamiStoreclj/s

source

create-multi-storeclj/s≠

clj
(create-multi-store)
(create-multi-store {:keys [uri] :as config})
cljs
(create-multi-store)
(create-multi-store G__9900)

Inputs: ([] [{:keys [uri], :as config}]) Returns: StorageType

Factory function to create a multi-graph-store

Inputs: ([] [{:keys [uri], :as config}])
Returns: StorageType

Factory function to create a multi-graph-store
sourceraw docstring

create-storeclj/s≠

clj
(create-store)
(create-store {:keys [uri] :as config})
cljs
(create-store)
(create-store G__9884)

Inputs: ([] [{:keys [uri], :as config}]) Returns: StorageType

Factory function to create a store

Inputs: ([] [{:keys [uri], :as config}])
Returns: StorageType

Factory function to create a store
sourceraw docstring

get-count-fnclj/s

(get-count-fn graph)

Returns a memoized counting function for the current graph. These functions only last as long as the current graph.

Returns a memoized counting function for the current graph.
These functions only last as long as the current graph.
source (clj)source (cljs)raw docstring

graph->storeclj/s

(graph->store graph)

Inputs: [graph :- gr/GraphType] Returns: StorageType

Wraps a graph in the Storage record

Inputs: [graph :- gr/GraphType]
Returns: StorageType

Wraps a graph in the Storage record
sourceraw docstring

node-name-lenclj/s

source

shortenclj/s

(shorten a)

truncates a symbol or keyword to exclude a ' character

truncates a symbol or keyword to exclude a ' character
sourceraw docstring

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

× close