Conceptual
Login

Append-Only Log

A data structure that only grows at the end — existing records are never modified or deleted — making it a natural record of an ordered history that can be replayed or audited. Databases, replication protocols, and blockchains all build on it.