webstat-collector/README.rst

23 lines
806 B
ReStructuredText
Raw Normal View History

2020-09-06 04:42:26 +02:00
====================
Website checker demo
====================
2020-09-06 04:42:26 +02:00
.. 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
2020-09-06 03:54:48 +02:00
2020-09-05 01:50:54 +02:00
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::
2020-09-06 02:02:02 +02:00
pip install .
2020-09-05 01:50:54 +02:00
chweb_collect -c config.yaml &
chweb_consume -c config.yaml &