Search code examples
neo4jprologcypherreasoning

Neo4j reasoning alternatives to Prolog


I am working on a project that makes use of Neo4j.

Cypher is used for queries, and Prolog for reasoning (after translation from Neo4j model).

Is there any alternative to Prolog for reasoning that does not need a translation step from Neo4j?


Solution

  • The closest thing I know is: https://github.com/lambdazen/pixy/wiki but I'm, not sure about its current status.