Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 632 Bytes

Readme.md

File metadata and controls

28 lines (18 loc) · 632 Bytes

ProLOD

ProLOD++ is a project of the Hasso-Plattner-Institut (HPI). ProLOD++ contains algorithms to perform data profiling on Linked Data.

Usage

commandline

  • install sbt
  • create a database.conf in prolod-play/conf
  • execute sbt "project prolod_play" run

idea

  • create new launch config
  • add a new sbt task with "project prolod_play" run as parameter
  • remove 'Make' from before launch settings
  • run or debug with this config

packaging

  • execute sbt "project prolod_play" dist