Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

append only event logs

Daniel Hardman edited this page Aug 5, 2022 · 2 revisions

Definition

Append-only is a property of computer data storage such that new data can be appended to the storage, but where existing data is immutable.

A blockchain is an example of an append-only log. The events can be transactions. Bitcoin is a well-known Append only log where the events are totally ordered and signed transfers of control over unspent transaction output.

More on Wikipedia

Clone this wiki locally