MCPcopy Index your code
hub / github.com/donatellosantoro/Llunatic

github.com/donatellosantoro/Llunatic @2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.0 ↗ · + Follow
6,442 symbols 24,040 edges 831 files 509 documented · 8% updated 2y ago2.0 · 2016-07-07★ 383 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Llunatic

Llunatic is a general purpose chase-engine that can be used both for data-repairing and data-exchange applications. Notable features of the system are:

  • It has been designed to guarantee very good scalability on large databases, up to millions of tuples.

  • It can be used to handle a wide variety of data-cleaning constraints, including functional dependencies, conditional functional dependencies, editing rules, fixing rules, denial constraints.

  • It supports user interactions in order to interactively complete the data-repairing process.

  • It fully supports both source-to-target and target tgds, and provides a new semantics to handle mappings and data repairing in a unified fashion.

  • It implements a fast, parallel chase algorithm, and has support for highly expressive mappings, like DEDs.

Additional material about the project can be found at the following address: http://www.db.unibas.it/projects/llunatic/

The code is distributed according to the terms of the GPLv3 license (see file LICENSE.txt)

===

How to import project in NetBeans

  1. In NetBeans, File -> Open projects... and select the project folder
  2. Execute ant target task gfp, either using command-line ant gfp, or using NetBeans (in the projects windows, right click on build.xml -> Run Target -> Other Targets -> gfp)

Extension points exported contracts — how you extend this code

McResultView (Interface)
@author Tony [8 implementers]
LunaticGUI/gui/src/it/unibas/lunatic/gui/window/chase/McResultView.java
CallbackEvaluationI (Interface)
Functions which require greater control over their evaluation should implement this interface. @author Rich Morris Crea [6 …
jep-2.4.1/src/org/nfunk/jep/function/CallbackEvaluationI.java
IDEDChaser (Interface)
(no doc) [14 implementers]
lunaticEngine/src/it/unibas/lunatic/model/chase/chaseded/IDEDChaser.java
IModelImpl (Interface)
(no doc) [5 implementers]
LunaticGUI/commons/src/it/unibas/lunatic/impl/IModelImpl.java
IExpectedTuple (Interface)
(no doc) [2 implementers]
lunaticEngine/test/it/unibas/lunatic/test/checker/IExpectedTuple.java
IVmdSceneGenerator (Interface)
@author Tony [6 implementers]
LunaticGUI/gui/src/it/unibas/lunatic/gui/visualdeps/generator/vmd/IVmdSceneGenerator.java
ParserVisitor (Interface)
(no doc) [12 implementers]
jep-2.4.1/src/org/nfunk/jep/ParserVisitor.java
IChaseExtEGDEquivalenceClass (Interface)
(no doc) [7 implementers]
lunaticEngine/src/it/unibas/lunatic/model/chase/chasemc/operators/IChaseExtEGDEquivalenceClass.java

Core symbols most depended-on inside this repo

append
called by 1719
jep-2.4.1/src/org/nfunk/jep/function/Append.java
add
called by 607
LunaticGUI/commons/src/it/unibas/lunatic/IGlobalLookupProvider.java
get
called by 433
LunaticGUI/commons/src/it/unibas/lunatic/IModel.java
toString
called by 330
lunaticEngine/src/it/unibas/lunatic/model/database/skolem/ISkolemPart.java
size
called by 326
lunaticEngine/src/it/unibas/lunatic/model/chase/chasemc/NewChaseSteps.java
equals
called by 322
lunaticEngine/test/it/unibas/lunatic/test/checker/IExpectedValue.java
addChild
called by 306
lunaticEngine/src/it/unibas/lunatic/model/database/skolem/ISkolemPart.java
getName
called by 300
LunaticGUI/commons/src/it/unibas/lunatic/IModel.java

Shape

Method 5,486
Class 869
Interface 78
Function 8
Enum 1

Languages

Java100%
TypeScript1%

Modules by API surface

lunaticEngine/src/it/unibas/lunatic/parser/output/DependenciesParser.java205 symbols
lunaticEngine/src/it/unibas/lunatic/parser/output/DependenciesCFParser.java189 symbols
jep-2.4.1/src/org/nfunk/jep/Parser.java120 symbols
lunaticEngine/src/it/unibas/lunatic/LunaticConfiguration.java93 symbols
lunaticEngine/src/it/unibas/lunatic/parser/output/DatabaseParser.java71 symbols
lunaticEngine/src/it/unibas/lunatic/Scenario.java65 symbols
lunaticEngine/src/it/unibas/lunatic/model/chase/chasemc/DeltaChaseStep.java61 symbols
lunaticEngine/src/it/unibas/lunatic/parser/output/DependenciesBaseListener.java53 symbols
lunaticEngine/src/it/unibas/lunatic/model/dependency/Dependency.java50 symbols
lunaticEngine/src/it/unibas/lunatic/parser/output/DependenciesListener.java49 symbols
lunaticEngine/src/it/unibas/lunatic/parser/output/DependenciesCFBaseListener.java49 symbols
jep-2.4.1/src/org/nfunk/jep/JEP.java47 symbols

For agents

$ claude mcp add Llunatic \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact