rufuspollock-okfn / reconcile-csv

A simple OpenRefine reconciliation service that runs on top of a CSV file
BSD 2-Clause "Simplified" License
117 stars 28 forks source link

modify port setting - allow parallel processing #35

Open jroachgit opened 5 years ago

jroachgit commented 5 years ago

Great work.

Can you allow modifying the port as an argument so I can run multiple instances to allow parallel processing in OpenRefine?

pwalsh commented 5 years ago

Hi @yeders

That sounds fine. If you want to do a PR for this, I'll be happy to review and merge.

jroachgit commented 5 years ago

Do I need to technically know how to do build the variation?

pwalsh commented 5 years ago

@yeders you would need to be able to write Clojure to do the PR, yes. Is that what you mean? I'm not able to put time right now into a PR myself, but I can help with reviewing your code, or a small spec of how you would like to implement this feature.

shamitb commented 5 years ago

I changed 8000 to 8022 in \src\reconcile_csv\core.clj and use lein to compile and run ... But when I try to 'Add Standard Service' in Reconciliation in Open Refine - I get an error: Error contacting recon service: parsererror : Error: jQuery11110777795444764922_1547467179168 was not called - http://localhost:8022

shamitb commented 5 years ago

OK this works - I opened http://localhost:8022/reconcile - I was opening http://localhost:8022 by mistake!

shamitb commented 5 years ago

I changed 8000 to 8022 in \src\reconcile_csv\core.clj and use lein to compile and run ... Then I 'Add Standard Service' in Reconciliation in Open Refine and it works fine! Try it ...