Home
Softono

Graal

Open source Java
51
Stars
12
Forks
13
Issues
5
Watchers
4 years
Last Commit

 About Graal

Graal is a Java toolkit for querying knowledge bases within the framework of existential rules, aka Datalog+/-. See Graal's homepage:

Platforms

Web Self-hosted

Languages

Java

Need Help Installing Graal?

We provide expert installation service for this software. Our team will install, configure, and secure Graal on your server. plans start at just $30.

Graal

See Graal homepage

How to build graal?

  • install git
  • clone the repository
  git clone https://github.com/graphik-team/graal.git
  • build the project
mvn package

How to generate Javadoc?

mvn javadoc:javadoc
mvn javadoc:aggregate

How to check code with code analyzer?

mvn pmd:check
mvn findbugs:check

How to build graal when you don't want to get all stuff maven brings?

./prepare_ant.sh
ant