cayley/db
kortschak 41f6d3fd84 Temporarily use cquads only
I intend to make this configurable, but there is tight connection
between db.Load and db.Open that is getting in the way of that.

Testing on data set 30kmoviedata.cq.gz created by doing:

zcat 30kmoviedata.nq.gz | sed 's/[<>]//g' | gzip -c > 30kmoviedata.cq.gz

The following query is successful:

[{
  "type": "/film/film",
  "name": null,
  "/film/film/directed_by": {
    "name": "David Fincher"
  },
  "/film/film/starring": [{
    "/film/performance/actor": {
      "name": null
    }
  }]
}]

TODO: fix up naming for quads and make strict parsing an option.
2014-07-28 21:56:32 +09:30
..
init.go Use error returns and interface type for parsing 2014-07-22 20:34:37 +09:30
load.go Temporarily use cquads only 2014-07-28 21:56:32 +09:30
load_test.go Add tests for decompressor 2014-07-22 10:58:59 +09:30
open.go Use error returns and interface type for parsing 2014-07-22 20:34:37 +09:30
repl.go Temporarily use cquads only 2014-07-28 21:56:32 +09:30