cozodb / cozo

A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI!
https://cozodb.org
Mozilla Public License 2.0
3.44k stars 108 forks source link

Erlang NIF Implementation #176

Closed niamtokik closed 1 year ago

niamtokik commented 1 year ago

Hi there,

I started to work on an implementation of cozodb in Erlang using libcozo_c. You can find here the code https://github.com/niamtokik/cozo. Don't know if it's the good place to announce it though. Anyway, it's working but I just worked few hours on it, documentation, spec and tests are missing or partially implemented.

I would like to know if there is another way to query the database, instead of using cozoscript, I would like to use something smaller, like a binary format or something easier to parse like json. Is it something possible to accomplish with the current library? or another one?

niamtokik commented 1 year ago

I opened new discussions there. Sorry for the issue!