Start expanding the docs on initiatives

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-01-18 15:41:29 +01:00
parent 0e7276571e
commit 4248f10bc8
4 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,25 @@
.. _datanommer:
Datanommer
==========
* Reads-in messages from the bus
* Stores them into the database
Database tables
---------------
Here is how the database schema looks like currently:
::
datanommer=# \dt
List of relations
Schema | Name | Type | Owner
--------+------------------+-------+------------
public | alembic_version | table | datanommer
public | messages | table | datanommer
public | package | table | datanommer
public | package_messages | table | datanommer
public | user | table | datanommer
public | user_messages | table | datanommer

View file

@ -0,0 +1,16 @@
Datanommer / Datagrepper
========================
Datanommer
----------
* Reads-in messages from the bus
* Stores them into the database
:ref:`datanommer`
Datagrepper
-----------
* Exposes the messages in the database via an API with different filtering
capacity