Durable append-only capture into Iceberg tables; embedded and local-first. - nhobin219/litelink
litelink is a Python library for the thing every capture pipeline hand-rolls badly: getting a stream of observations onto disk durably, into well-sized Parquet, and eventually into object storage — without a daemon, a broker, or a catalog service. append() returns once the row is durable, and a query a moment later sees it.