1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/openrefine
2016-06-05 23:17:34 +08:00
..
docker-compose.yml add openrefine 2016-06-05 23:17:34 +08:00
Dockerfile add openrefine 2016-06-05 23:17:34 +08:00
README.md add openrefine 2016-06-05 23:17:34 +08:00

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.

docker-compose.yml

openrefine:
  image: vimagick/openrefine
  ports:
    - "3333:3333"
  volumes:
    - ./data:/root/.local/share/openrefine
  restart: always