[ PARQUET PORTAL ]CROSS-ECOSYSTEM COMPATIBILITYSTATIC EXPORT

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 ]

C# 13 • F# 6+ • .NET 9 • NATIVE AOT

High-throughput compile-time serializers, generative F# type providers, zero-allocation columnar transposition, and Roslyn compiler analyzers targeting Parquet.Net.

C# 13 / .NET 9Core Engine

Parquet.SourceGenerator

v0.1.0

Zero-allocation incremental Roslyn source generator for Parquet.Net. Emits high-performance column readers, row group predicates, and prunable schemas at compile time.

0 Guides0 API Symbols (0 Models)Semver LedgerCall Graphs & Architecture
F# 6+ / .NETType Provider

Parquet.TypeProvider

v0.2.0

Generative type provider delivering instant IntelliSense, static typing, and schema validation over Apache Parquet datasets directly in F# scripts and applications.

0 Guides

[ 02 // JAVASCRIPT & TYPESCRIPT ECOSYSTEM ]

TYPESCRIPT • DUCKDB-WASM • ARROW JS • EDGE

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.

TypeScript / WASMWeb & Edge

Parquet.JS & Web Tools

v0.1.0

Client-side and edge Parquet inspection, Apache Arrow JS conversion, DuckDB-Wasm virtual tables, and TypeScript schema extraction.

4 GuidesCall Graphs & Architecture
[ CROSS-ECOSYSTEM ARCHITECTURE & SPECIFICATION #279 ]

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.