This package contains demonstrations of the ARM Data Integrator's (ADI) data consolidation capability. It is currently only meant to be run on the ARM Data Center (ADC). A system account can be requested here. To manage your ARM LDAP account, go here (required to create entries in the PCM but is not required for using this demo).
Clone this Github repository from an ADC machine (e.g., research.dmf.arm.gov):
git clone https://github.com/ARM-DOE/adi-demo.git adi-demo
ADI expects a ~/.db_connect file with database configuration. The one in this package provides a read-only connection to the same database that is used by the PCM.
cp adi-demo/db_connect ~/.db_connect
Some example processes have been pre-configured using the PCM.
Follow the steps below to work through the provided examples:
-
cd adi-demo(moves to package root; following commands are relative to this directory) -
scripts/setup demo1(creates demo directory and provides script for setting up environment) -
source demo1/env.*(sets up environment) -
examples/demo1.sh(runs ADI and then creates plots) -
Repeat previous three steps above for each demo
-
Use your web browser to see plots: http://dev.arm.gov/~user/adi-demo/demo1 (where
useris your account name)
For help with ADI, contact Krista Gaustad, Chitra Sivaraman, or Brian Ermold.