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

30 lines
704 B
Markdown
Raw Normal View History

2016-06-05 15:17:34 +00:00
OpenRefine
==========
2022-02-09 08:17:45 +00:00
> ⚠️ THIS PROJECT WAS MOVED TO: https://github.com/EasyPi/docker-openrefine
2016-06-05 15:17:34 +00:00
![](https://badge.imagelayers.io/vimagick/openrefine:latest.svg)
[OpenRefine][1] (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.
2016-07-06 09:04:44 +00:00
Please read the [wiki][2] to learn more.
2016-06-05 15:17:34 +00:00
### docker-compose.yml
```yaml
2021-11-08 02:43:49 +00:00
version: "3.8"
services:
openrefine:
image: vimagick/openrefine
ports:
- "3333:3333"
volumes:
- ./data:/data
restart: unless-stopped
2016-06-05 15:17:34 +00:00
```
[1]: http://openrefine.org/index.html
2016-07-06 09:04:44 +00:00
[2]: https://github.com/OpenRefine/OpenRefine/wiki