📄️ Node Reference
TypeStream pipelines are built from nodes -- composable units that source, transform, enrich, aggregate, or sink data. All 18 node types are documented here, organized by category.
📄️ CLI Commands
Complete reference for the TypeStream CLI (typestream).
📄️ Pipeline File Format
TypeStream pipelines-as-code use .typestream.json files. This page documents the complete file format.
📄️ Configuration
TypeStream is configured using a TOML file.
📄️ API Reference
Auto-generated API documentation for TypeStream gRPC services.
📄️ Glossary
Key terms used throughout the TypeStream documentation.
📄️ Data Operators
Data operators transform, filter, and process records flowing through a TypeStream pipeline. They are chained together using the pipe (|) operator.
📄️ Shell Commands
Since TypeStream is heavily inspired by the Unix philosophy, it supports many shell commands for navigating the virtual filesystem and managing jobs.