Skip to content

Latest commit

 

History

History
90 lines (80 loc) · 8.45 KB

File metadata and controls

90 lines (80 loc) · 8.45 KB

Prisma Streams Documentation

This directory is the canonical home for project documentation. Documentation filenames use lowercase kebab-case so links stay predictable across platforms and tooling.

Start Here

  • overview.md — product overview, quick start, package surfaces, and the main documentation map
  • compute-demo.md — Compute deployment that layers /studio and /generate on top of the Streams server
  • live.md — end-to-end guide for the live / touch system and the /touch/* APIs
  • live-query-invalidation.md — SQL query-family matrix for exact vs coarse live invalidation
  • local-dev.md — local development server behavior and Prisma CLI integration
  • auth.md — authentication and authorization constraints
  • security.md — security reporting policy and deployment posture

Runtime And Protocol

Operations

Development And Release

Repository policy note:

  • better-result is mandatory for fallible development paths in this repository. See better-result-adoption.md for scope, exceptions, and rollout phases.