Developer Guides
These guides are written for developers building on infrastore from a specific language. Each walks through the full workflow — create or open a store, add series, query, read, and persist — with the idioms of that language, then points at the matching reference for exact signatures.
- Rust — Embed
infrastore-coredirectly. - Python — Use the
infrastorePyO3 wheel. - Julia — Use the
InfraStore.jlpackage over the C ABI. - gRPC Server & Client — Serve a store for remote readers.
- Benchmarks — Measure bulk-add and simulation-loop read performance.
If you just want a task-sized recipe (install, wire up a binding), see the How-To Guides. For the concepts underneath all of these, read the Explanation section — especially Data Model and Content Addressing, which apply equally to every binding.