Skip to content

Latest commit

 

History

History

connection-examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Materialize connection examples

Slack Badge

Materialize is a streaming database for real-time applications. It is wire-compatible with PostgreSQL, which means that you can connect to a Materialize instance using your favorite client libraries, ORM frameworks and other third-party tools that support PostgreSQL.

This is a collection of reference examples for common language-specific PostgreSQL drivers and PostgreSQL-compatible ORMs that have been tested with Materialize.

Client libraries and Frameworks

Helpful resources:

  • CREATE SOURCE - syntax for creating new connections to upstream data sources.
  • CREATE MATERIALIZED VIEW - syntax for creating an incrementally updating materialized view.
  • SELECT - syntax for querying materialized views.
  • SUBSCRIBE - syntax for subscribing to changes in a materialized view or query via a long-lived PostgreSQL transaction.
  • Materialize Demos

Getting support

If you run into a snag or need support as you explore the examples in this repo, join the Materialize Slack community or open an issue!