Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 688 Bytes

README.adoc

File metadata and controls

40 lines (25 loc) · 688 Bytes

Culturegraph Workflows

Data transformation and processing workflows for Culturegraph.

Install

Requirements

  • GNU Make

  • Java 8 or later

Build

Run the following command to build a distribution.

./gradlew clean test distZip

The final archive culturegraph-workflow-dist-VERSION.zip resides in groovy-dist\build\distributions.

Quickstart

  • Unzip the distribution

  • Execute all workflows with test data (default behaviour)

    • make all

Documentation

docs

The docs folder contains a documentation of the implemented workflows.

Build a PDF with:

./gradlew clean asciidoctor

The result may be found in docs/build/asciidoc/pdf.