Skip to content

A PoC project to deploy OpenRefine as a tool in the Workspace

License

Notifications You must be signed in to change notification settings

ernestorefinepro/demo-openrefine

Repository files navigation

README

An experimental demo configuration of OpenRefine. The objective of the demo is to run OpenRefine as a Workspace tool running in the Kubernetes back end used for Shiny & other Workspace tools.

Build the image:

docker build . -t openrefine:0.6

For some 0.6 tag of you want to use

Run the image, mounting local folder and mapping local to container ports:

mkdir -p ./data
docker run -it -p 8080:8080\
     --volume ./data:/home/workspace\
     openrefine:0.6

Acknowledgements

About

A PoC project to deploy OpenRefine as a tool in the Workspace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published