datalog

simongray 2020-09-14T14:21:35.032300Z

@whilo I actually have a bunch of RDF data from a WordNet, but I’m not sure if getting it into one of the Clojure Datalog dbs makes sense, or if I’m better off using either Apache Jena or Neo4j. I have no experience with either.

refset 2020-09-14T14:48:26.032500Z

@simongray we've done a lot of benchmarking for Crux using RDF bench suites (LUBM and WatDiv, specifically), so there's quite a bit of code you could use or borrow in crux-bench and crux-rdf e.g. https://github.com/juxt/crux/blob/master/crux-rdf/src/crux/rdf.clj and https://github.com/juxt/crux/blob/master/crux-bench/src/crux/bench/watdiv.clj

1🤘