awm-persister

CLI

usage: awm-persister [-h] [-d] [-v] [-c CONFIG]

Persist messages from kafka to the database

optional arguments:
  -h, --help            show this help message and exit
  -d, --debug           set loglevel to DEBUG
  -v, --verbose         set loglevel to INFO
  -c CONFIG, --config CONFIG
                        path to the config file. Default:
                        /home/docs/.config/awm/config.json

Module

Persist awm messages from a kafka topic in a database

awm.persister.main()

main entry point for the persister service. This is used by the executable awm-persister