Sign inSign up

nishizhen/openrefine

By nishizhen

Updated over 2 years ago

OpenRefine is a powerful tool for working with messy data.

Image
Data science
Databases & storage
1

304

nishizhen/openrefine repository overview

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
version: "3.8"
services:
  openrefine:
    image: nishizhen/openrefine
    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

Tag summary

Content type

Image

Digest

sha256:c59fc33af

Size

363.8 MB

Last updated

over 2 years ago

docker pull nishizhen/openrefine