Skip to content

The PeachQ website is now open source

The documentation and news you are reading live at peachq-org/peachq-website and accept pull requests.

They are built with MkDocs and Material for MkDocs — the same toolchain behind the kdb+ documentation, so it should feel familiar if you have contributed there.

To fix a typo, use the edit icon at the top of any page. To work locally:

git clone https://github.com/peachq-org/peachq-website
cd peachq-website
pip install -r requirements.txt
mkdocs serve

Everything under content/ is Markdown. Guides, worked examples, migration notes from kdb+ and news posts are all welcome.