Skip to content

OpenRefine is a free, open source power tool for working with messy data and improving it

License

Notifications You must be signed in to change notification settings

ec-doris/OpenRefine

 
 

Repository files navigation

OpenRefine

This is a fork of https://github.com/OpenRefine/OpenRefine.

Generate image and push to ECR

Build image (on Apple Silicon)(dev)

docker buildx build --platform linux/amd64 . -t 294118183257.dkr.ecr.eu-west-1.amazonaws.com/linkedopendata-openrefine 

Login on ECR repository(dev)

aws ecr get-login-password --region eu-west-1 | docker login --username AWS --password-stdin 294118183257.dkr.ecr.eu-west-1.amazonaws.com

Push to repository(dev)

docker push 294118183257.dkr.ecr.eu-west-1.amazonaws.com/linkedopendata-openrefine

If you change the image tag you need to update the manifest on the gitops repository, otherwise you can only delete the pod on the cluster and it will regenerate with the new version.

About

OpenRefine is a free, open source power tool for working with messy data and improving it

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 69.8%
  • JavaScript 17.8%
  • HTML 9.2%
  • Less 2.1%
  • CSS 0.6%
  • Shell 0.4%
  • Other 0.1%