To load or create a
micro analytic module, the client application posts a module with
a request body that contains the DS2 source code to the module’s
resource collection.
The DS2 source code
is represented as a source code representation that compiles into
one DS2 package. The package is represented as a micro analytic module
with multiple methods that are represented as steps in the REST API.
Therefore, a module contains multiple steps. These modules and steps
are stored in memory. The response body that is returned contains
a module resource for the module.