Skip to main content
Version: v4.6

Analytics DB Creator

The Analytics DB Creator allows you to create an analytics database with a set of parameters. Pass an object with the parameters you require from the following table:

Code example

  {    "_orchcomp": "create_analytics_db",     "_name": "Creates analytics database",     "_sequenceno": 1,     "_actualparams": {        "username": "johnDoe",        "password": "secret",         "RWUser": "",        "RWPassword": "",    }  }, 

Analytics DB Creator schema

ParameterTypeDescriptionRequired
_orchcompStringEnter “create_analytics_db”.Required
_nameStringEnter a descriptive name for what the component does in the orchestrator.Optional
_sequencenoNumberEnter a number that defines the task’s order in the sequence of tasks to execute.Required
_actualparamsObjectPass an object that contains formal parameters or alternative parameters you want to add as key-value pairs, such as “userType”: “<your-user-type>”.Optional
_actualparams.usernameStringTakes the username as a string.Required
_actualparams.passwordStringTakes the password as a string.Required
_actualparams.RWUserStringTakes the __ username as a string.Optional
_actualparams.RWPasswordStringTakes the __ password as a string.Optional