Self-managed Materialize

Materialize is a real-time data integration platform that enables you to use SQL to transform, deliver, and act on fast changing data.

With self-managed Materialize, you can deploy and operate Materialize in your Kubernetes environment. For self-managed Materialize, Materialize provides:

  • Materialize Operator Helm Chart

    • Chart repository url: https://materializeinc.github.io/materialize
    • Chart version: v25.1.1
  • Materialize as a containerized application

    • Image version: v0.130.3

Also available!

  • Managed Cloud: Materialize is also available as a managed cloud service. You can sign up for a free trial. For more information, see the Managed Cloud documentation.

  • Materialize Emulator: For testing and evaluation purposes, you can also run Materialize locally using the Materialize Emulator Docker image.

Requirements

The self-managed Materialize requires the following:

  • A Kubernetes (v1.29+) cluster.
  • PostgreSQL as a metadata database.
  • Blob storage.

See the Installation guide for more information.

  • ARM-based CPU
  • 1:8 ratio of vCPU to GiB memory
  • 1:16 ratio of vCPU to GiB local instance storage (if enabling spill-to-disk)

For specific cloud provider recommendations, see the Installation guide for the cloud provider as well as the operational guidelines.

Installation

For instructions on installing Materialize on your Kubernetes cluster, see:

Back to top ↑