Lua bindings for `lsup_rdf`.

scossu fc21630c65 Add store module; fix LMDB readed conflict in graph iterator. 2 weeks ago
build c5fcc0dad2 Initial commit. 3 weeks ago
lib a2aa05a076 Add some blurb. 3 weeks ago
src fc21630c65 Add store module; fix LMDB readed conflict in graph iterator. 2 weeks ago
.gitignore c5fcc0dad2 Initial commit. 3 weeks ago
CODE_OF_CONDUCT a2aa05a076 Add some blurb. 3 weeks ago
LICENSE a2aa05a076 Add some blurb. 3 weeks ago
Makefile a2aa05a076 Add some blurb. 3 weeks ago
README.md a2aa05a076 Add some blurb. 3 weeks ago
lsup-scm-1.rockspec fc21630c65 Add store module; fix LMDB readed conflict in graph iterator. 2 weeks ago
parse_valgrind_supp.sh c5fcc0dad2 Initial commit. 3 weeks ago
scratch.lua fc21630c65 Add store module; fix LMDB readed conflict in graph iterator. 2 weeks ago
valgrind-lua-noreadline.supp c5fcc0dad2 Initial commit. 3 weeks ago

README.md

lsup_lua

Lua bindings for lsup_rdf.

Status

ALPHA. Currently building up a basic API.

Basic road map:

  • Term
  • Triple
  • Namespace
  • Graph
    • Boolean
    • Basic lookup & iterator
    • Unique terms
    • Link map
  • Store selection
  • API documentation