Python 2.7.x (this program was written for 2.7.13 however)
Access to Cirba Analysis Console
- Install the dependencies via pip. The dependencies used thus far are defined in the requirements.txt file
pip install -r requirements.txt
- Follow instructions in [Acquiring GCP credentials.docx](Acquiring GCP credentials.docx) to attain credentials for each project and save them into the project root folder
- Open up Cirba Analysis Console
- Navigate to Administration > Packages and Components
- Click import custom packages and select GCP_Based_Attributes.zip from the project root
- Edit the PYDIR parameter in Discovery.bat to be the path to your Python.exe file. (default : C:\Python27\Python.exe)
- Open an administator instance of command prompt and navigate to the project folder
- enter the command
discoveryand add any of the following :- pass in
-aor--autoto load all projects in the credentials folder using the default parameters specified in Discovery.bat - pass in
-for--filewith a credential file ex. (my-project.json) to load that project using the default parameters. - pass in no arguments to specifiy all of the parameters manually
- pass in
- Open Cirba Analysis Console and ensure the data has loaded properly.
The timeframe of the dataset begins by default, n hours back from 23:55 UTC yesterday with samples every 5 minutes however changing the midnight parameter in Discovery to N, which will cause it to sample from the nearest 5 minute increment instead.