TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can you suggest a Datalog engine?

5 pointsby AntonioLalmost 5 years ago
I want to ask the HN network if they can suggest of a database which understands Datalog query language.<p>I am aware of Datomic, which I think is the one of the best offering in this space, is there any other thing?<p>Also, Github recently acquired Semmle. Its CodeQL engine is similar to Datalog but it looks like that the database engine is not distributed for use with custom datasets.<p>Thank you for your help.

2 comments

refsetalmost 5 years ago
Hi, I work on <a href="https:&#x2F;&#x2F;opencrux.com" rel="nofollow">https:&#x2F;&#x2F;opencrux.com</a> which is a close relative of Datomic but with different design goals (bitemporal + schemaless). It has a rich set of Datalog features, best exemplified in the tests: <a href="https:&#x2F;&#x2F;github.com&#x2F;juxt&#x2F;crux&#x2F;blob&#x2F;master&#x2F;crux-test&#x2F;test&#x2F;crux&#x2F;query_test.clj" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;juxt&#x2F;crux&#x2F;blob&#x2F;master&#x2F;crux-test&#x2F;test&#x2F;crux...</a>
kendallgclarkalmost 5 years ago
Stardog is a knowledge graph platform with lots of datalog-related features. <a href="http:&#x2F;&#x2F;stardog.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;stardog.com&#x2F;</a>