source/projects/ratchet
2024-02-06 11:18:33 -07:00
..
src/ratchet setuptools, not Maven 2024-02-06 11:17:32 -07:00
.editorconfig Import the Ratchet project 2021-04-11 01:23:22 -06:00
BUILD.bazel fix 2024-02-06 11:18:33 -07:00
ratchet.sqlite3 Import the Ratchet project 2021-04-11 01:23:22 -06:00
README.md [NO TESTS] WIP 2021-09-06 21:54:12 -06:00
setup.py Fmt. 2021-05-31 12:28:46 -06:00

Ratchet

A process that is perceived to be changing steadily in a series of irreversible steps.

The unstoppable march of history; if not progress.

Ratchet is a durable signaling mechanism.

Ratchet provides tools for implementing durable messaging, event and request/response patterns useful for implementing reliable multiprocess or distributed architectures.

By durable, we mean that an acceptably performant commit log is used to record all signals and any changes to their states.

The decision to adopt an architectural commit log such as that implemented in Ratchet enables the components of a system to be more failure oblivious and pushes the overall system towards monotone or ratcheted behavior. If state was committed prior to a failure, it can easily be recovered. If state was not committed, well nothing happened.