Lua bindings for Volksdata.
Find a file
2025-10-10 17:58:33 -04:00
build Initial commit. 2025-06-12 10:53:28 -04:00
debug Update nsm API; add graph.attr; other updates. 2025-07-11 09:12:24 -04:00
ext Update Volksdata.x 2025-10-10 17:58:33 -04:00
lib Add some blurb. 2025-06-12 19:29:24 -04:00
src Check rc for graph iterator creation; some docstrings. 2025-10-10 17:00:10 -04:00
.gitignore Term sets to tables; graph encoding. 2025-07-22 00:04:09 -04:00
.gitmodules Update VOLK upstream. 2025-08-30 22:16:16 -04:00
CODE_OF_CONDUCT Add some blurb. 2025-06-12 19:29:24 -04:00
LICENSE Add some blurb. 2025-06-12 19:29:24 -04:00
Makefile Adjust make paths. 2025-09-10 21:16:48 +00:00
README.md Term sets to tables; graph encoding. 2025-07-22 00:04:09 -04:00
test.lua Make graph.encode an iterator; fix literal datatype bug. 2025-09-11 17:28:35 -04:00
volksdata-scm-1.rockspec Rework term sets to use own iterator. 2025-08-30 22:20:12 -04:00

volksdata-lua

Lua bindings for Volksdata.

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