datalog
Here are 119 public repositories matching this topic...
The hitchhiker-tree has recently gained garbage collection support, but this still needs to be added to Datahike.
Adding it requires to do a mark phase on all the indices of the database and then add all DB metadata keys before running the konserve sweep! phase.
Hi,
%%logica Engineers
@Engine("sqlite");
Employee(name: "Alice", role: "Product Manager");
Employee(name: "Bob", role: "Engineer");
Employee(name: "Caroline", role: "Engineer");
Employee(name: "David", role: "Data Scientist");
Employee(name: "Eve", role: "Data Scientist");
Engineers(..r) :- Employee(..r), r.role == "Engineer"; # <====== This fails
# Engineers(name:, role:) :-
At some point we should probably upgrade the argument parser to use nom version 5. They got rid of most of the macro magic. I am not familiar with nom (although interested), but there is an upgrade guide that should hopefully make the transition a bit more smooth: https://github.com/Geal/nom/blob/master/doc/upgrading_to_nom_5.md
-
Updated
Sep 18, 2021 - C++
-
Updated
May 24, 2021 - TeX
We should probably run go generate and other commands that generate code, such as goa gen, as part of our autobuilder.
-
Updated
Nov 8, 2019 - Clojure
Plan::Inspect stage
An inspect stage logging either actual tuples or number of tuples flowing through a given plan stage.
-
Updated
Aug 9, 2021 - Prolog
-
Updated
Mar 29, 2021 - Rust
-
Updated
Jan 23, 2020 - Java
-
Updated
Sep 7, 2021 - Clojure
-
Updated
Sep 5, 2021 - Solidity
-
Updated
Jun 8, 2021
-
Updated
Feb 21, 2019 - Erlang
-
Updated
Sep 6, 2021 - TypeScript
-
Updated
Oct 2, 2020 - C++
-
Updated
Jul 17, 2021 - C++
-
Updated
Sep 6, 2018 - Java
-
Updated
Sep 12, 2019 - Clojure
-
Updated
Sep 10, 2021 - Java
-
Updated
Dec 3, 2016 - Clojure
-
Updated
Mar 22, 2021 - Prolog
-
Updated
Apr 26, 2021 - Java
-
Updated
Jan 15, 2019 - JavaScript
-
Updated
May 8, 2021 - Clojure
-
Updated
Jun 12, 2020 - R
-
Updated
Jun 14, 2020 - Haskell
-
Updated
Mar 25, 2021 - Prolog
Improve this page
Add a description, image, and links to the datalog topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datalog topic, visit your repo's landing page and select "manage topics."
See #1029