Minimal Sitecore xDB for Production Environement

Software Architecture Sketch Idea

Goals

Design Sitecore xDB solution with following assumptions:

  • Split solution into:
    • Key components, used by page visitors (P0)
    • Secondary components, used by content authors (P1)
  • Redundancy for key components, 24/7 monitoring
  • Office hours only monitoring for secondary components
  • Scalability

Solution

(Click the diagram for full size)

xDB minimial architecture

Explanation

  • We duplicated all instances required by front-end to fully operate. This includes: content delivery server, SQL Server’s Web and Core databases, MongoDB and Solr.
  • We have two data centres (or physical servers), on first we install all P1 components and by one instance of P0 components. We also replicate Core and Web databases from first data centre to second, so every CD server connects to Web & Core on its own data centre.
  • Content management server and related components are accessed only during business hours, from company’s internal network, therefore doesn’t require 24/7 monitoring.
  • In this solution, we expect lot of analytics data, therefore “Processing” role is on separate instance. If analytics data size is not an issue, xDB data processing can be done on CM role. For now, we skip remote reporting, which is done on CM instance, but can be easily separated in the future if needed.
  • MongoDB and SQL server data backup is not part of the diagram not to overcomplicate it, but for sure should be included.
References