Sign inSign up

cafdataprocessing/worker-javascript

By cafdataprocessing

Updated about 9 years ago

This worker takes in a document and executes some provided JavaScript against it.

Image
0

4.0K

cafdataprocessing/worker-javascript repository overview

worker-javascript

The JavaScript worker is a document worker that takes in a document and executes some provided JavaScript against it. The JavaScript to be executed should be passed in the custom data of the document worker task. The Nashorn JavaScript Engine is used by the worker to execute the JavaScript provided and expects the passed JavaScript to have a method processDocument that accepts a single parameter (the document), which the worker will call and pass the document to.

Tag summary

Content type

Image

Digest

Size

245 MB

Last updated

about 9 years ago

docker pull cafdataprocessing/worker-javascript