Versions in this module Expand all Collapse all v0 v0.3.1 Jul 31, 2014 Changes in this version + func Init(cfg *config.Config, triplePath string) error + func Load(ts graph.TripleStore, cfg *config.Config, path string) error + func Open(cfg *config.Config) (graph.TripleStore, error) + func Repl(ts graph.TripleStore, queryLanguage string, cfg *config.Config) error + func Run(query string, ses query.Session) 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)