```{raw} html

readcon-db

mmap CON corpus

LMDB via Heed. Indexes, xxHash3 exact match, and bindings for Rust, C, C++, Python, and Fortran.

``` # readcon-db Rare-event codes already checkpoint on CON. This crate keeps **thousands of those frames** in one mmap tree: ingest CON text, filter without loading every atom, decode a hit with [readcon-core](https://lode-org.github.io/readcon-core/). {doc}`getting-started` · {doc}`tutorial` · {doc}`howto` · {doc}`architecture` · {doc}`faq` ```bash cargo add readcon-db pip install readcon-db ``` ```{important} *New here?* {doc}`getting-started` then {doc}`tutorial` *Many writers / HPC shards?* {doc}`campaign` *Language API?* {doc}`howto` · {doc}`api_rust` ``` ````{grid} 1 1 2 2 :gutter: 2 ```{grid-item-card} Tutorial: first corpus :link: tutorial :link-type: doc Open a directory, ingest a fixture, select copper, print the hash. ``` ```{grid-item-card} How-to by language :link: howto :link-type: doc The same open / ingest / select path in Rust, Python, C, and Fortran. ``` ```{grid-item-card} Architecture :link: architecture :link-type: doc mmap, SWMR, secondary indexes, xxHash3, hourglass ABI. ``` ```{grid-item-card} Campaign ops :link: campaign :link-type: doc Shards, drain, join, compact. One writer per LMDB env. ``` ```` ## Site map ```{toctree} :maxdepth: 1 :caption: Tutorials getting-started tutorial ``` ```{toctree} :maxdepth: 1 :caption: How-to guides howto howto-topology install campaign workflows ``` ```{toctree} :maxdepth: 1 :caption: Explanation faq overview architecture ``` ```{toctree} :maxdepth: 1 :caption: Reference api_rust api_c api_python api_fortran ``` ```{toctree} :maxdepth: 1 :caption: Project meta contributing changelog_link ```