Hastic standalone https://hastic.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexey Velikiy 15c9e88760 musl-tools 3 years ago
client render seasonality grid 3 years ago
server seasonality grid++ 3 years ago
.gitignore release build 3 years ago
Makefile yarn install in make 3 years ago
README.md musl-tools 3 years ago

README.md

Hastic

Hasti need Prometheus or InfluxDB instance for getting metrics.

Build from source (Linux)

Prerequirements

  1. Install cargo
  2. Install x86_64-unknown-linux-musl: rustup target add x86_64-unknown-linux-musl
  3. musl-tools: sudo apt install musl-tools

Build

make
cd release
./hastic

open http://localhost:4347 in browser