[go: nahoru, domu]

Skip to content

This is a docker containing refine and many extensions (included rdf)

Notifications You must be signed in to change notification settings

SpazioDati/docker-openrefine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

docker-openrefine

A Dockerfile setting up OpenRefine 2.6 with some useful extensions, among which:

Run the docker

This docker is hosted on the official docker.io hub. Running it is as simple as:

docker run -p 80:3333 spaziodati/openrefine

If you want refine projects to be persistent, you must mount /mnt/refine as follows:

docker run -p 80:3333 -v /path-to-host:/mnt/refine spaziodati/openrefine

You can also increase the max size of the heap, by specifying the REFINE_MEMORY environment variable:

docker run -p 80:3333 -e REFINE_MEMORY=24G spaziodati/openrefine

About

This is a docker containing refine and many extensions (included rdf)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%