Go to file
Luna Mendes 053762f69f
blueprints: add streaming blueprint
clients can connect and subscribe to different channels
and they will get messages from those channels (basic pub/sub)

this is useful in the case of a client wanting issue updates
in real time, which is better than the client having to poll
/api/status every now and then.

 - manager: add ServiceManager.subscribe and .unsub_all
2018-07-10 20:03:07 -03:00
blueprints blueprints: add streaming blueprint 2018-07-10 20:03:07 -03:00
elstat blueprints: add streaming blueprint 2018-07-10 20:03:07 -03:00
priv/frontend frontend: change ENDPOINT to default 2018-07-09 02:50:53 -03:00
.gitignore remove elixir code 2018-07-07 19:06:32 -03:00
README.md README: add config instruction 2018-07-09 02:51:41 -03:00
config.example.py add public api 2018-07-09 02:48:44 -03:00
requirements.txt add base for python elstat 2018-07-07 19:46:28 -03:00
run.py blueprints: add streaming blueprint 2018-07-10 20:03:07 -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

Run

python3.6 run.py