Contributing
POWA is an open project available under the PostgreSQL License. Any contribution to build a better tool is welcome.
Talk
If you have ideas or feature requests, please post them to our general bug tracker: https://github.com/powa-team/powa/issues
You can also join the #powa IRC channel on the IRC libera server.
Test
If you’ve found a bug, please refer to Support page to see how to report it.
Code
PoWA is composed of multiples tools:
a background worker, see powa-archivist
a collector daemon, see powa-collector
stats extensions, see Stats Extensions
a UI, see powa-web
external extensions:
Documentation
To build the documentation in HTML format, run:
(.venv) $ make -C docs html
and open docs/_build/html/index.html to browse the result.
Alternatively, keep the following command running:
(.venv) $ make -C docs serve
to get the documentation rebuilt and along with a live-reloaded Web browser.