Jakub Sokołowski
617f8aee27
Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
examples | ||
.gitignore | ||
README.md | ||
graph.py | ||
main.py | ||
query.py | ||
requirements.txt |
README.md
Description
This Python script generates graphs visualizing peer retention in Status app.
Details
The script queries an ElasticSearch endpoint for logstash-*
indices and aggregates counts of instances of log messages with set peer_id
field.
This data is then analyzed using Pandas and graphed using Seaborn in the form of
This was built from a combination of a CSV generating script and a cohort analysis done by @jakubgs and @bgits.