Skip to content

Core infrastructure

Dan Mutton edited this page Jun 11, 2017 · 1 revision

So what is the core infrastructure?

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)

πŸ‘‹ Introduction


πŸ“ Technical Architecture


🎁 Product


πŸ”£ Domain


πŸ”— Links

Clone this wiki locally