-
This should be possible as we can query datalog directly.
Credits to Matias Faure for the idea :)
Stvad updated
4 years ago
-
After seeing nrdatalog2sql, I thought we might want to collaborate.
I've developped a datalog interpreter in Python, called [pyDatalog](sites.google.com/site/pydatalog/), which can connect to SQL b…
-
```
Finished compiling "playpen.dl" in 0.23s
libunwind: malformed __unwind_info at 0x184576CA8 bad second level page
warning: unused return value of `CString::from_raw` that must be used
--> d…
-
Add a #lang to the examples on playground.
ideally an existing one for impact. Maybe datalog?
-
Currently, we can submit a query with `:opts` that includes the type or reasoner we want to use (currently we only support datalog and owl2rl) and optionally include additional reasoner sources such a…
-
@microbit-mark I'd like a proposal from you on how we display this, but once #145 is complete, @microbit-matt-hillsdon will be able to add DAPLink update notification to the online HTML file in the da…
-
I've browsed a bit through the available docs, but couldn't find whether this is possible.
So this is a question / maybe feature request.
Is there some way of composing multiple sets of predicat…
-
It can be fairly common for a datalog to have non-sequential time stamps, for example when a programme is logging data from start up and the reset button is pressed, then the data continues being logg…
-
Currently every test in `tests/datalog_tests` downloads and compiles its own Rust dependencies, as well as makes its own copy of differential_dataflow, taking a couple of gigabytes of space per test. …
-
We are planning to add some tutorials for Macaron that demonstrate some main use cases of Macaron. These tutorials will mainly target new users.
In these tutorials, we can, for example, walk new us…