ddR
ddR copied to clipboard
Agent/Runner interfaces
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.
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!