Skip to content

galilean-traders/rzmq-workers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rzmq-workers

Call R functions through ZMQ and get answers.

Pass a function name (string) and args (hash) through a REQ socket and have the result returned, again as JSON:

input_json = {
"fun": "sqrt",
"args": {
"x": 10000
}
} -> "100"

See the rzmq-test-client.R for an example.

About

Call R functions through ZMQ and get answers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages