Hi, are there any open source databases on the lev...
# of-logic-programming
g
Hi, are there any open source databases on the level of postgres that use a prolog or datalog esque logic programming language for querying?
m
g
Will look into them. Thanks.
i
Datomic isn't open source, is it?
j
Datomic is not open source. OTOH, pretty much every triple store uses SPARQL, which is a dialect of Datalog.
m
opencrux is open source and I think it covers most of the features
šŸ‘ 1
j
Yep! Here's a Nextjournal notebook that gives a good introduction to Crux: https://nextjournal.com/a/UjQcdHg2KcbVaHXTSdcC5d/
šŸ‘ 1
j
https://en.wikipedia.org/wiki/Datalog has a fairly good list of various Datalog systems floating around.
e
I don't think there's anything nearly as as popular as postgres but a few ideas: • SWI Prolog rdf package implements an efficient RDF database as a C extension • Prolog bindings to terminusDB data store library
d
Asami is opensource