Reference
Information-oriented listings: exact signatures, schemas, and on-disk layouts. Reach for these pages when you already know what you want and need the precise shape of it. For narrative guidance, see the Developer Guides; for concepts, the Explanation section.
- On-Disk File Format — The HDF5 layout and SQLite schema, byte for byte.
- Parquet Layout — The values/series file pairs
export -f parquetwrites andadd --parquetreads. - Element Types — What
element_typemeans, the row layouts it names, and the conformance corpus every binding's codec is tested against. - Rust API —
infrastore-corepublic types andStoremethods. - Python API — The
infrastoremodule. - Julia API — The
InfraStore.jlpackage. - C ABI — The
infrastore_fficdylib functions. - gRPC API — The
infrastore.v1service. - Server Configuration — The server TOML file.