Skip to content

EasyPi/docker-openrefine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f72d089 Β· Apr 22, 2025

History

31 Commits
Apr 22, 2025
Dec 28, 2021
Apr 9, 2023
Apr 22, 2025
Mar 18, 2025

Repository files navigation

OpenRefine

OpenRefine (formerly Google Refine) is a powerful tool for working with messy data: cleaning it; transforming it from one format into another; and extending it with web services and external data.

Please read the wiki to learn more.

docker-compose.yml

services:
  openrefine:
    image: easypi/openrefine:3.9.3
    ports:
      - "3333:3333"
    volumes:
      - ./data:/data
    environment:
      - REFINE_INTERFACE=0.0.0.0
      - REFINE_PORT=3333
      - REFINE_MIN_MEMORY=1024M
      - REFINE_MEMORY=1024M
      - REFINE_DATA_DIR=/data
      - REFINE_EXTRA_OPTS=refine.headless=true
    restart: unless-stopped

install extensions

  • Locate your workspace directory: ./data
  • Create a new folder called extensions inside the workspace if it does not exist.
  • Download the extension (usually as a zip file from GitHub, e.g., openrefine-llm-extension)
  • Extract the zip contents into the extensions directory, making sure all the contents go into one folder with the name of the extension.
  • Start (or restart) OpenRefine.

About

πŸ’Ž A powerful tool for working with messy data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published