| ▲ | haolez 2 days ago | |||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||
| ▲ | blurbleblurble 2 days ago | parent | next [-] | |||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | embedding-shape 2 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
I have some local-first/client-side applications using datascript in ClojureScript. Used datahike (FOSS Datomic alternative) some times on the backend too, but mostly tend to use XTDB nowadays, which used to have a Datalog API but I think they removed in favor of SQL-like way instead, which was kind of a shame. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | arxanas a day ago | parent | prev | next [-] | |||||||||||||||||||||||||
Just gave a talk about this: https://blog.waleedkhan.name/what-if-sql-were-good/ - Recommend Ascent (Rust only, but supports targeting WASM) - Soufflé: good, but too hard to integrate into existing systems; lots of ergonomic problems in comparison to Ascent (can elaborate) - CozoDB: really cool but seems to be abandoned - Logica: have not tried it yet | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | jitl 2 days ago | parent | prev | next [-] | |||||||||||||||||||||||||
For a while the Rust compiler's borrow checker "Polonius" was implemented with datalog using the `datafrog` engine. However, it appears to me that the in-tree version of polonius is moving away from datafrog (not enough of a rustc expert to say for sure which version of the borrow checker engine is in use) | ||||||||||||||||||||||||||
| ▲ | chc4 2 days ago | parent | prev [-] | |||||||||||||||||||||||||
CodeQL compiles to the Souffle datalog engine and I use it for static analysis. I've also used ascent for a few random side projects in Rust which is very convenient. | ||||||||||||||||||||||||||