Skip to content
#

datalog

Here are 82 public repositories matching this topic...

dgr
dgr commented Mar 26, 2020

As a new Crux user, I've spent a lot of time reading and re-reading the docs. The following are some suggestions for improvements to the documentation that I believe will make Crux more easily understood by new users.

  1. An overview of the high-level programming concepts from an API point of view. The current documentation spends time discussing bi-temporality, which is great, but doesn't discu
TlxTejaswi
TlxTejaswi commented Nov 2, 2018

I was researching on the various tools for Ethereum smart contract security and came across Securify. I read through in this document that Securify detects 18 critical vulnerabilities in Ethereum smart contracts. Can someone kindly consider my humble request fo

fogfish
fogfish commented Mar 19, 2016

consider the use-case:

t(Urn,L) :- f(Urn, "urn:rdfs:label", L), L = "Lomonosov Russia".

predicate f bind second variable to "urn:refs:label" but variable name unknown. The parser builds

#{t => [[urn,l],
   #{'@' => f,
     '_' => [urn,<<"urn:rdfs:label">>,l],
     l => <<"Lomonosov Russia">>}]}

The native query builder shall be aware of [urn,<<"urn:rdfs:label">>,l] mappin

Improve this page

Add a description, image, and links to the datalog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datalog topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.