Giter Site home page Giter Site logo

java-unidu-pire's Introduction

java-unidu-spire

Spire, Distributed Datalog, HySpirit

This is a clone of the Pire project with

  • Upgrade patches to JDK 1.8
  • Conversion (incomplete) to a Maven project

It is based on the very last distribution; it is known that the project ended at the tragic death of its developer Dipl.-Inform. Henrik Nottelmann

Permission to continue with the project was granted by Prof. Dr.-Ing. Norbert Fuhr

Some publications are listed here

Comments

  • Maven is incomplete because some dependencies are not available in Maven. Those dependencies are in the /lib directory; they must be added to the classpath (both in an IDE such as Eclipse, and in shell scripts)
  • A sample shellscript pdlExample.sh is included to illustrate how to bring it up
  • Mavenizing provoked a few classpath issues which - as a hack - were resolved in the file de.unidu.is.util.SystemUtilities
  • A missing file common_words was added to /conf

java-unidu-pire's People

Contributors

knowledgegarden avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

java-unidu-pire's Issues

The class DB must implement an Interface

Right now, DB is hardwired for specific kinds of databases; those which accept DOUBLE as a datatype; PostgreSql does not accept that.

We need to, instead, code for an IDatabase, for which DB is an implementation.
This would allow to write an implementation which can adapt SQL query strings to different providers; for instance, for Postgres, one does a replaceAll on double to integer on all create statements.

Without testing this, I have no clue what the side effects will be, but for now, booting a DB against postgress fails on the first table create which then cascades collapse.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.