-
Notifications
You must be signed in to change notification settings - Fork 1
Core infrastructure
Dan Mutton edited this page Jun 11, 2017
·
1 revision
The Rabble Rouser architecture is evolving as we build out more, but the current core infrastructure is:
- a kinesis stream
- an event archiver
- an event store
These provide the infrastructure to maintain application state and allow modules to communicate with each other.
Deploying a Rabble Rouser instance is essentially the following:
- Deploy the core infrastructure
- Select and deploy the modules youβll be using (configured for the core infrastructure)
- Register event forwarders for the modules (not required, but recommended)