infrastructure/

directory
v0.0.0-...-65b0da1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2026 License: Apache-2.0

Directories

Path Synopsis
Package corpus implements the streaming corpus ingest of requirement R2 (§5.1).
Package corpus implements the streaming corpus ingest of requirement R2 (§5.1).
Package partition loads the offline Leiden result produced by sidecar/partition.py into the domain's Partition type.
Package partition loads the offline Leiden result produced by sidecar/partition.py into the domain's Partition type.
state
memory
Package memory provides in-process implementations of the domain state repositories, applying the identical lazy-decay semantics the Postgres schema uses: a row stores (count, last_seen) and the discount is applied on read (§6.2).
Package memory provides in-process implementations of the domain state repositories, applying the identical lazy-decay semantics the Postgres schema uses: a row stores (count, last_seen) and the discount is applied on read (§6.2).
postgres
Package postgres provides the durable Postgres implementations of the domain state repositories, applying the identical lazy-decay semantics the memory package uses: a row stores (count, last_seen_us) and the discount 2^(−Δt/T½) is applied on read (§6.2).
Package postgres provides the durable Postgres implementations of the domain state repositories, applying the identical lazy-decay semantics the memory package uses: a row stores (count, last_seen_us) and the discount 2^(−Δt/T½) is applied on read (§6.2).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL