Skip to content

api-evangelist/materialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Materialize (materialize)

Materialize is an operational data warehouse that uses streaming SQL views maintained with sub-second latency. It exposes a PostgreSQL wire-compatible interface and a session-less HTTP API for SQL execution.

APIs.json: https://raw.githubusercontent.com/api-evangelist/materialize/refs/heads/main/apis.yml

Tags

  • Streaming
  • Data Warehouse
  • SQL
  • Real-Time
  • PostgreSQL Compatible

Timestamps

  • Created: 2026-05-08
  • Modified: 2026-05-29

APIs

Materialize HTTP API

Session-less HTTP API for executing SQL statements against a Materialize region. Authenticates with HTTP Basic (email + app password). Supports a simple mode with a single query and an extended mode that submits an array of queries, each with optional parameters. Does not support session-bound statements such as SUBSCRIBE, DECLARE, FETCH, or COPY.

Tags

  • SQL
  • HTTP
  • Streaming

Properties

Materialize PostgreSQL Wire Protocol

Materialize speaks the PostgreSQL wire protocol on port 6875, so any psql or libpq-based client (Go, Java, Node.js, PHP, Python, Ruby, Rust) can connect and run streaming SQL.

Tags

  • SQL
  • PostgreSQL
  • psql
  • Wire Protocol

Properties

Materialize Streaming Sources and Sinks (AsyncAPI)

AsyncAPI 2.6 description of Materialize's event-driven integration surface: Kafka sources (CREATE SOURCE ... FROM KAFKA), Kafka sinks (CREATE SINK ... INTO KAFKA), and HTTP webhook sources (CREATE SOURCE ... FROM WEBHOOK). SUBSCRIBE is documented in the spec as an informational pgwire server only; AsyncAPI 2.6 has no standard binding for the PostgreSQL wire protocol, so it is intentionally not modelled as a channel.

Tags

  • Streaming
  • Kafka
  • Webhooks
  • AsyncAPI
  • Sources
  • Sinks

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

About

Real-time streaming SQL database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors