rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Add a rough system diagram from my notebook #21

Closed rtyler closed 5 years ago

rtyler commented 5 years ago

The entities represented I believe are the bare minimum number of services necessary to make things roughly work. The idea being that everything effectively orients around the eventbus, and "extensibility" means tuning into or publishing events rather than in-memory anything.

Fixes #20