Skip to content

Releases: datagram-db/knobab

v3.0

12 Mar 21:41
Compare
Choose a tag to compare

v2.3

30 Sep 18:33
e4d1e78
Compare
Choose a tag to compare

This version is associated to the following paper:

G. Bergami "Streamlining Temporal Formal Verification over Columnar Databases". Information. 2024. (Dataset [1,2])

This repository is associated with a Dockerfile. Therefore, a possible way to start in from a Linux environment is the following:

docker build -t "conference:DockerConference" .
docker run -it "conference:DockerConference" bash

The docker file will also automatically run the tests associated to the programs. As suggested in the paper, please also consider running the
given code using the dataset and scripts provided online via OSF.

The updated version of FoodBroker for generating logs from temporal graphs is available here: https://github.com/jackbergus/foodbroker/releases/tag/v1.1

CMake

v2.2

11 Aug 16:05
Compare
Choose a tag to compare

This is the version associated to the current paper:

G. Bergami, S. Appleby, G. Morgan. “Specification Mining over Temporal Data". Computers. 2023; 12(9):185. (Source,Dataset 1,2)

The current release provides the following upgrades:

  • Implementation of the Bolt2 algorithm as an enhancement of our previous Bolt implementation.

v2.0.6

26 Apr 12:54
d99ecb1
Compare
Choose a tag to compare
v2.0.6 Pre-release
Pre-release

This version of the code is the one associated to the current paper:

G. Bergami. “Fast Synthetic Data-Aware Log Generation for Temporal Declarative Models”. In GRADES & NDA’23: Joint Workshop on Graph Data Management Experiences & Systems (GRADES) and Network Data Analytics (NDA), June 18, 2023, Seattle, WA, USA. (Source Code, Dataset, Slides)

All the subsequent delta-improvement might be found at the following branch: https://github.com/datagram-db/knobab/tree/loggen2

v2.0.5

01 Feb 10:45
Compare
Choose a tag to compare
v2.0.5 Pre-release
Pre-release

Preliminary version to the IDEAS'23 paper

v2.1

09 Apr 13:00
Compare
Choose a tag to compare

This is the version associated to the current paper:

  • S. Appleby, G. Bergami, G. Morgan. “Enhancing Declarative Temporal Model Mining in Relational Databases: A Preliminary Study". In International Database Engineered Applications Symposium (IDEAS’23), May 5-7, 2023, Heraklion, Crete, Greece. ACM, New York, NY, USA. (Source Code, Dataset, Paper Source, Slides)

The current release provides the following upgrades:

The re-implementation of the Deviance Learning algorithm is available on this twin Python repository: ModelMining

v1.2

27 Dec 13:39
Compare
Choose a tag to compare

Just for the sake of clarity, changing the paths for the tests to make them run successfully.

Final Journal Paper Version

G. Bergami, S. Appleby, G. Morgan. “Quickening Data-Aware Conformance Checking through Temporal Algebras". Information. 2023; 14(3):173. (Preprint, Source Code, Dataset)

v1.1

18 Nov 00:08
53cd566
Compare
Choose a tag to compare
v1.1 Pre-release
Pre-release

Preprint Paper Version

G. Bergami, S. Appleby, G. Morgan. “Quickening Data-Aware Conformance Checking through Temporal Algebras". (Preprint, Source Code, Dataset)

Major contributions for this release:

  • Full Query Plan Parallelisation
  • Improved xtLTLf operators' algorithms

The associated dataset is available via OSF.

v1.0

25 Jul 22:22
51b9272
Compare
Choose a tag to compare

This is the version associated to the current paper: