Go to file
Luna Mendes dcadfd4c76 blueprints.incidents: add api base
- add getting a single incident, getting multiple (with pages), and
 creating an incident

 - blueprints.streaming: add incident related OP codes
 - consts: add IncidentType
 - manager: add incidents channel, add publish_incident
 - elstat: add snowflake.py
2018-07-17 22:59:11 -03:00
docs docs/streaming: proof-read from @slcx 2018-07-11 18:32:42 -03:00
elstat blueprints.incidents: add api base 2018-07-17 22:59:11 -03:00
priv/frontend make javascript notice pretty 2018-07-16 18:32:42 -07:00
.gitignore remove config and add example 2018-07-16 10:46:08 -07:00
README.md elstat.adapters: add latency to db spec 2018-07-13 23:20:09 -03:00
__init__.py move blueprints inside elstat folder 2018-07-11 17:00:39 -03:00
config.example.py elstat.adapters: add latency to db spec 2018-07-13 23:20:09 -03:00
requirements.txt add base for python elstat 2018-07-07 19:46:28 -03:00
run.py elstat.adapters: add latency to db spec 2018-07-13 23:20:09 -03:00

README.md

Elstat

Status page software.

Installing

git clone https://gitlab.com/elixire/elstat
cd elstat
python3.6 -m pip install -Ur requirements.txt

# edit config.py as you wish
cp config.example.py config.py

# build frontend
cd priv/frontend
# check instructions on README.md

Run

python3.6 run.py