dockerfiles/openrefine
kevin c1c0514c27 update openrefine 2022-07-23 21:48:21 +08:00
..
reconcile-csv swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
Dockerfile update openrefine 2022-07-23 21:48:21 +08:00
README.md add warnning messages 2022-02-09 16:17:45 +08:00
docker-compose.yml update openrefine 2022-07-23 21:48:21 +08:00

OpenRefine

⚠️ THIS PROJECT WAS MOVED TO: https://github.com/EasyPi/docker-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