A storage implementation over in-memory indexing. Includes full query engine.
A storage implementation over in-memory indexing. Includes full query engine.
(create-multi-store config)
Inputs: [config] Returns: StorageType
Factory function to create a multi-graph-store
Inputs: [config] Returns: StorageType Factory function to create a multi-graph-store
(create-store config)
Inputs: [config] Returns: StorageType
Factory function to create a store
Inputs: [config] Returns: StorageType Factory function to create a store
(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.
(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
(shorten a)
truncates a symbol or keyword to exclude a ' character
truncates a symbol or keyword to exclude a ' character
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close