Go to file
Vladan Popovic 1a75b1e0b8 Use the producer and collector properly 2020-09-06 01:58:38 +02:00
docs/source Add unit tests with 68% coverage, refactor a bit 2020-09-06 00:23:34 +02:00
reports First raw version of the stats collector 2020-09-04 00:24:21 +02:00
src/chweb Increase caution in the consumer 2020-09-06 01:52:54 +02:00
tests Use the producer and collector properly 2020-09-06 01:58:38 +02:00
.gitignore First raw version of the stats collector 2020-09-04 00:24:21 +02:00
LICENCE First raw version of the stats collector 2020-09-04 00:24:21 +02:00
README.rst Finish documentation (more or less) 2020-09-05 01:50:54 +02:00
config.yaml Add logging 2020-09-04 19:45:18 +02:00
requirements.txt First raw version of the stats collector 2020-09-04 00:24:21 +02:00
setup.cfg Refactor, rename and fix pydantic errors 2020-09-04 18:22:49 +02:00
setup.py Add pydantic models for config and check info 2020-09-04 18:21:54 +02:00
tox.ini Add unit tests with 68% coverage, refactor a bit 2020-09-06 00:23:34 +02:00

README.rst

============================
Website stats collector demo
============================

CHWEB is a website checking tool.

ATM in its very early stages meant to demo `aiven <https://aiven.io>`_'s
platform, using their `kafka <https://aiven.io/kafka>`_ and `postgresql
<https://aiven.io/postgresql>`_ services.


Install and run the application with::

    pip install https://github.com/vladan/aiven-status-checker/releases/...
    chweb_collect -c config.yaml &
    chweb_consume -c config.yaml &

or run in docker with::

    docker-compose up