1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/openrefine/README.md
2020-06-05 14:02:16 +08:00

584 B

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

openrefine:
  image: vimagick/openrefine
  ports:
    - "3333:3333"
  volumes:
    - ./data:/data
  restart: unless-stopped