Go to file
Vladan Popovic eee471e9a7 Build and publish documentation 2020-09-06 04:42:26 +02:00
.github/workflows Build and publish documentation 2020-09-06 04:42:26 +02:00
docs/source Build and publish documentation 2020-09-06 04:42:26 +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
LICENCE First raw version of the stats collector 2020-09-04 00:24:21 +02:00
README.rst Build and publish documentation 2020-09-06 04:42:26 +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 Build and publish documentation 2020-09-06 04:42:26 +02:00
tox.ini Build and publish documentation 2020-09-06 04:42:26 +02:00

README.rst

====================
Website checker demo
====================

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

.. image:: https://github.com/vladan/aiven-site-checker/workflows/documentation/badge.svg
   :target: https://github.com/vladan/aiven-site-checker/actions?query=workflow%3Adocumentation+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 &