Jump to: navigation, search

Server Architecture (Marconi)

Revision as of 12:18, 13 May 2014 by Kgriffs (talk | contribs) (Created page with "Marconi provides a driver-based architecture, allowing for different types of message filters and stores. Marconi already ships with a production-ready MongoDB driver, and the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Marconi provides a driver-based architecture, allowing for different types of message filters and stores. Marconi already ships with a production-ready MongoDB driver, and the team will be adding support for additional message stores during Juno.

Operators can scale out by adding additional API servers and message store partitions, scale up by increasing the size of an individual storage partition, or scale out within a single partition by taking advantage of the native scaling capabilities of the message store, if any (e.g., if using MongoDB, an operator may employ it's native ability to shard reads and writes).

Today, a single queue cannot span more than one partition or be moved between partitions, but the team is working hard to address these factors during Juno (etherpad).


High Level Server Architecture (Marconi).png