Skip to content

apirouter

msadatsafavi edited this page Aug 4, 2021 · 1 revision

By default, OpenCPU exposes all the functions in an R package of interest including the source code. This might pause security risks and prevent protection of the intellectual property of modelers who do not wish to expose all their code. Further, OpenCPU by default does not possess a hierarchical access policy (so the model is by default open-source and open-access to all).

To create a more flexible platform, PRISM wraps OpenCPU around a custom-built router layer that manages access and hides the source code if desired.

Clone this wiki locally