-
Notifications
You must be signed in to change notification settings - Fork 35
Setup OpenRefine on PAWS #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Uses github.com/jupyterhub/jupyter-rsession-proxy/ to provide RStudio :) You can test this with: $ docker build -t paws images/singleuser $ docker run -p 8888:8888 paws jupyter notebook --ip=0.0.0.0 This should start a notebook server, and print a URL with a token you can use to connect to the docker container & test the image. Since this uses port forwarding, it'll most likely only work if you are running docker locally (and not via docker-machine)
Looks like OpenRefine is used in wikidata a bit https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine, so should be useful here
|
This is live. |
|
PAWS pods only get 3GB of RAM right now in their limit-ranges. There have been asks to increase that, but we may need to resize all the workers and quota for the project as well. It seems like you could feed refine more memory, but not much more. |
Looks like OpenRefine is used in wikidata a bit
https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine,
so should be useful here
You can test this with:
$ docker build -t paws images/singleuser$ docker run -p 8888:8888 paws jupyter notebook --ip=0.0.0.0This should start a notebook server, and print a URL with a token
you can use to connect to the docker container & test the image.
Since this uses port forwarding, it'll most likely only work if you
are running docker locally (and not via docker-machine)
You can open RStudio by going to 'New -> OpenRefine'
Depends on #64, which depends on #62