datalog

2021-09-19T21:16:26.002200Z

doxa is a simple in-memory database, trying to copy the best solutions from `datascript`, `crux`, `fulcro`, `autonormal`, `kechema`, `shadow-grow` I finally finished something between poor man `diferential dataflow` and query caching. in the meantime, I also completely rewrote `datalog query` parsing and many other things. all using `meander` of course, just because I can 🙃 https://github.com/ribelo/doxa#caching--matching

👏 7
val_waeselynck 2021-09-20T16:13:53.002700Z

"Simple"? I'd be careful with such bold claims! 😁

2021-09-20T16:46:37.003100Z

the whole thing is under 1kloc, it could be worse 😉