No description
Find a file
2020-09-06 03:54:48 +02:00
.github/workflows Setup CI 2020-09-06 03:54:48 +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 Fix async mocks and add test for consumer 2020-09-06 03:18:52 +02:00
tests Fix async mocks and add test for consumer 2020-09-06 03:18:52 +02:00
.gitignore First raw version of the stats collector 2020-09-04 00:24:21 +02:00
config.yaml Add logging 2020-09-04 19:45:18 +02:00
LICENCE First raw version of the stats collector 2020-09-04 00:24:21 +02:00
README.rst Setup CI 2020-09-06 03:54:48 +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 Setup CI 2020-09-06 03:54:48 +02:00
tox.ini Add unit tests with 68% coverage, refactor a bit 2020-09-06 00:23:34 +02:00

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

.. image:: https://github.com/vladan/aiven-site-checker/workflows/chweb/badge.svg
   :target: https://github.com/vladan/aiven-site-checker/actions?query=branch%3Amaster

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 .
    chweb_collect -c config.yaml &
    chweb_consume -c config.yaml &