dockerfiles/openrefine
kev dde3a8b322 fix openrefine 2019-08-07 19:20:00 +08:00
..
reconcile-csv swith to new domain: easypi.pro 2017-05-08 07:05:07 +08:00
Dockerfile fix openrefine 2019-08-07 19:20:00 +08:00
README.md update openrefine 2016-07-06 17:04:44 +08:00
docker-compose.yml update openrefine 2016-07-06 17:04:44 +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.

Please read the wiki to learn more.

docker-compose.yml

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