Skip to main content

Diagrid Infrastructure Services

Diagrid offers two managed infrastructure services in Catalyst designed to simplify and accelerate application development:

  • Diagrid KV Store: A database for managing key-value pairs
  • Diagrid Pub/Sub: A managed message broker

These services abstract away the complexities of deploying, scaling, and maintaining external storage and messaging systems. By providing out-of-the-box infrastructure services, Catalyst allows developers to focus on building high-scale, modern applications using the standardized Catalyst APIs.

Preview Limits

Projects are limited to one Diagrid KV Store and one Diagrid Pub/Sub each. To increase your limits, view the support doc for more info.

Getting started with Diagrid Services

You can easily include one or more of the Diagrid Services during project creation using the following flags:

diagrid project create my-project --deploy-managed-pubsub --deploy-managed-kv`

You can also deploy managed services into an existing project using diagrid pubsub create & diagrid kv create.

Overview

Diagrid's managed services provide an easy, secure way of interacting with the Pub/Sub and State APIs with built-in resiliency and observability.

Learn more about the respective services: