←back to thread

Optimizing Datalog for the GPU

(danglingpointers.substack.com)
98 points blakepelton | 1 comments | | HN request time: 0.21s | source
Show context
haolez ◴[] No.45812510[source]
On a side note, what tools that leverage Datalog are in use by the HN crowd?

I know that Datomic[0] is very popular. I've also been playing with Clingo[1] lately.

[0] https://www.datomic.com/

[1] https://potassco.org/clingo/

replies(4): >>45812637 #>>45812964 #>>45816960 #>>45817369 #
blurbleblurble ◴[] No.45812964[source]
Check out CozoDB, the embedded datalog-queried hybrid relational+vector+graph database written in Rust: https://www.cozodb.org/

I used it in a toy application and it was awesome.

This appears to be a dream database from the future.

replies(1): >>45813463 #
huevosabio ◴[] No.45813463[source]
It seems like the project has been abandoned? Last commit a year ago.
replies(1): >>45815189 #
1. anonzzzies ◴[] No.45815189[source]
Yep, bit of a shame, many nice things in it and interesting to learn from but not active.