Documentation updates
This repository contains the code base and associated information and materials for the InterSystems IRIS Smart Mining Starter Pack. This starter pack allows mining operators to integrate, monitor, and analyze signals and data from mining equipment and software applications. For more information, please refer to the solution sheet.
NOTE: ⚠️ This application is licensed as open source under the MIT License and is not supported by InterSystems Corporation. Use it at your own risk.
ftp://ftppublic.intersystems.com/pub/starterpack/starterpack-base-irisint.tar
Install with:
docker load -i starterpack-base-irisint.tar
git clone git@github.com:intersystems/asp-mining.git
cd asp-mining
./build.sh
./run.sh [-d,all]
Download a ready to go image with 1 month of anonymized data on it from this link:
ftp://ftppublic.intersystems.com/pub/starterpack/aspmining_1.0.0-data.tar.gz
You will need at least 50GB of storage available for the uncompressed docker to run properly.
# To load the image run:
gunzip aspmining_1.0.0-data.tar.gz
docker load -i aspmining_1.0.0-data.tar
docker run intersystemsdc/mining:1.0.0-data
Run a Docker SQL Server 2019, using the provided MiningDBsV2.tar file and follow the instructions inside the README file. Download it from here:
ftp://ftppublic.intersystems.com/pub/starterpack/MiningDBsV2.tar
The development production is disabled by default to reduce the time spent when relaunching the docker image, and better controlling the excecution of the Business Services in the Package when doing changes in the code.
The following Cubes are always updated every 1 minute.
Follow the instructions in here
To create a snapshot of the ASP-Mining, with custom data and settings. You can perform the following steps:
docker stop aspmining docker save aspmining > mysnapshot.tar
#Then you can load this file in a different machine like:
docker load -i mysnapshot.tar
Follow the instructions in here
Here is the list of end points: