Ansible role that installs OpenRefine. OpenRefine is a Java-based power tool that allows you to load data, understand it, clean it up, reconcile it, and augment it with data coming from the web. https://github.com/OpenRefine/OpenRefine
Go to file
Andrea Dell'Amico a18536bbca Fix the systemd unit exit code and the ini java options. 2020-06-01 14:40:54 +02:00
defaults The OpenRefine role has its own repository. 2020-06-01 13:16:13 +02:00
handlers The OpenRefine role has its own repository. 2020-06-01 13:16:13 +02:00
meta The OpenRefine role has its own repository. 2020-06-01 13:16:13 +02:00
tasks Fix the systemd unit exit code and the ini java options. 2020-06-01 14:40:54 +02:00
templates Fix the systemd unit exit code and the ini java options. 2020-06-01 14:40:54 +02:00
tests Initial commit 2020-05-31 18:08:51 +02:00
vars Initial commit 2020-05-31 18:08:51 +02:00
.gitignore Initial commit 2020-05-31 18:08:51 +02:00
LICENSE Initial commit 2020-05-31 18:08:51 +02:00
README.md The OpenRefine role has its own repository. 2020-06-01 13:16:13 +02:00

README.md

Role Name

Role that installs OpenRefine. OpenRefine is a free, open source power tool for working with messy data and improving it. https://openrefine.org/

Role Variables

The list of extensions

openrefine_extensions:
  - { url: 'https://github.com/FAIRDataTeam/OpenRefine-metadata-extension/releases/download/v1.4.0/metadata-1.4.0-OpenRefine-3.3.tgz', name: 'metadata' }
  - { url: 'https://github.com/stkenny/grefine-rdf-extension/releases/download/v1.2.0-orefine-3.3/rdf-extension-1.2.0-orefine-3.3.zip', name: 'rdf' }

Dependencies

openjdk

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it