Versions in this module Expand all Collapse all v0 v0.3.0 Jun 28, 2014 Changes in this version + func CayleyInit(cfg *config.CayleyConfig, triplePath string) bool + func CayleyLoad(ts graph.TripleStore, cfg *config.CayleyConfig, triplePath string, ...) + func CayleyRepl(ts graph.TripleStore, queryLanguage string, cfg *config.CayleyConfig) + func LoadTriplesFromFileInto(ts graph.TripleStore, filename string, loadSize int) + func OpenTSFromConfig(cfg *config.CayleyConfig) graph.TripleStore + func ReadTriplesFromFile(c chan *graph.Triple, tripleFile string) + func RunQuery(query string, ses graph.Session)