Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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-core directly.
  • Python — Use the infrastore PyO3 wheel.
  • Julia — Use the InfraStore.jl package 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.