researchcloud-items

Installation scripts for SURF ResearchCloud catalog components

View the Project on GitHub UtrechtUniversity/researchcloud-items

Role openrefine

back to index

Summary

This role installs [OpenRefine]https://openrefine.org/), an open-source web application for data cleanup and transformation to other formats, an activity commonly known as data wrangling. It installs only the application, not a webserver/proxy or a system service to run it (you can do this using e.g. the jupyterhub standalone role, as the OpenRefine Server component does).

Description

The role:

Variables

roles:
- role: openrefine
    vars:
    openrefine_extensions:
        - name: file-extensions # name of archive after extraction
          get_latest: true # whether to get the latest version of the extension from github; if so, set `url` to the appropriate URL (see below)
          url: https://api.github.com/repos/OpenRefine/FilesExtension/releases/latest # this is to grab the latest version from github; specify a direct URL to an archive if `get_latest` ist false.
          ext: .zip # the file extension of the downloaded archive

See also

History

2025 Written by Dawa Ometto (Utrecht University)

back to index