Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

Reporter is a standalone reporting product that generates financial reports, regulatory filings, and custom data exports from Midaz ledger data. It runs a manager/worker architecture for parallel report processing.

Prerequisites


  • A running Midaz deployment with accessible API endpoints.
  • Kubernetes 1.30+ and Helm 3+.

Key configuration


reporter:
  manager:
    image:
      tag: "1.1.1"
  worker:
    image:
      tag: "1.1.1"

OCI registry


oci://registry-1.docker.io/lerianstudio/reporter

Installation


helm install reporter oci://registry-1.docker.io/lerianstudio/reporter --version <version> -n reporter --create-namespace
Replace <version> with the desired chart version from the table below.

Version compatibility


Chart versionManagerWorker
2.0.01.1.11.1.1
1.1.74.0.04.0.0
For the full cross-product compatibility matrix, see Version compatibility.

Resources