Application for collecting data from controllers, recording values and events in the PostgreSQL DBMS, sending notifications via the SMS gateway API
$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
For Windows, visit this page
$ sudo apt-get install libssl-dev build-essential
Install Skytable
$ git clone --depth 1 --branch v0.7.3 https://github.com/skytable/skytable.git
$ cd skytable && cargo build --release
Clone the repository
$ git clone git@github.com:stepanov-denis/ats-monitoring.git
pub fn sms_gateway_string_connection() -> String {
let string_connection = String::from("https://api-mapper.clicksend.com/http/v2/send.php?method=http&username=development-service@yandex.ru&key=1E82A334-89D8-985C-526B-712DB70A713D&to=+79139402913&message=");
string_connection
}
pub fn sms_generator_work_err() -> String {
let mut string_connection = String::from(sms_gateway_string_connection());
string_connection
.push_str("Авария!+Генератор+неисправен!+Срочно+произведите+сервисные+работы!");
string_connection
}
pub fn db_connect() -> String {
let string_connection = String::from("postgresql://stepanov:postgres@localhost/postgres");
return string_connection
}
$ cargo build --release
$ cargo doc --open
Install PostgreSQL
Install SMLogix
$ cd skytable && cargo run --bin skyd --release
$ cd ats-monitoring && cargo run --release
$ RUST_LOG=error cargo run --release
$ RUST_LOG=warn cargo run --release
$ RUST_LOG=info cargo run --release
$ RUST_LOG=debug cargo run --release
$ RUST_LOG=trace cargo run --release
$ RUST_LOG=debug cargo run --release > log.txt
For run with cargo-make
$ cargo make --makefile script.toml app
Сreate and save the report in the form you need in Orange Data Mining