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
| Parameter | Type | Description | Required |
|---|---|---|---|
| _orchcomp | String | Enter “create_analytics_db”. | Required |
| _name | String | Enter a descriptive name for what the component does in the orchestrator. | Optional |
| _sequenceno | Number | Enter a number that defines the task’s order in the sequence of tasks to execute. | Required |
| _actualparams | Object | Pass 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.username | String | Takes the username as a string. | Required |
| _actualparams.password | String | Takes the password as a string. | Required |
| _actualparams.RWUser | String | Takes the __ username as a string. | Optional |
| _actualparams.RWPassword | String | Takes the __ password as a string. | Optional |