Sign inSign up

vimagick/openrefine

By vimagick

Updated about 3 years ago

A powerful tool for working with messy data.

Image
12

100K+

vimagick/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: vimagick/openrefine
    ports:
      - "3333:3333"
    volumes:
      - ./data:/data
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:80f1e5bcc

Size

354.7 MB

Last updated

about 3 years ago

docker pull vimagick/openrefine