PARQUET // ECOSYSTEMS
Dedicated documentation portal, architectural call graphs, and interactive generated API reference catalogs for Apache Parquet tools across the .NET and JavaScript / TypeScript ecosystems.
PARQUET PROJECTS
3
DOC GUIDES
4
API SYMBOLS
0
LEDGER ENTRIES
0
[ 01 // .NET ECOSYSTEM ]
High-throughput compile-time serializers, generative F# type providers, zero-allocation columnar transposition, and Roslyn compiler analyzers targeting Parquet.Net.
Parquet.SourceGenerator
Zero-allocation incremental Roslyn source generator for Parquet.Net. Emits high-performance column readers, row group predicates, and prunable schemas at compile time.
Parquet.TypeProvider
Generative type provider delivering instant IntelliSense, static typing, and schema validation over Apache Parquet datasets directly in F# scripts and applications.
[ 02 // JAVASCRIPT & TYPESCRIPT ECOSYSTEM ]
Modern client-side and edge columnar execution. Query remote Parquet files directly in the browser with DuckDB-Wasm HTTP range requests, zero-copy Apache Arrow buffers, and TypeScript schema interfaces.
Parquet.JS & Web Tools
Client-side and edge Parquet inspection, Apache Arrow JS conversion, DuckDB-Wasm virtual tables, and TypeScript schema extraction.
Decoupled Data Producers & Interoperable Binary Standards
Parquet is the universal columnar data contract. Backend engines written with Parquet.SourceGenerator serialize millions of records per second with zero allocations; frontend web applications running DuckDB-Wasm & Arrow JS query those exact files over HTTP range requests without requiring intermediate server transformation. This portal documents the specifications, APIs, and tooling connecting both ecosystems.