ddR icon indicating copy to clipboard operation
ddR copied to clipboard

Agent/Runner interfaces

Open AceHack opened this issue 9 years ago • 1 comments

This is a question more than an issue, I would like to create a new backend using Service Fabric Stateful services, can you lead me to some examples or at least where in source I should be looking for the interfaces I need to implement to create my own backend?

Thanks.

AceHack avatar Nov 03 '16 03:11 AceHack

Hi @AceHack ,

At the moment we don't have a written guide for best practices for implementing a new backend, but feel free to look at the current implementations for the parallel and Distributed R backends to get an idea of how to do it. In particular, the files ddR/R/pdriver.R and pobject.R may be of interest (as well as their equivalents in distributedR.ddR).

Thanks!

etduwx avatar Nov 05 '16 22:11 etduwx