📄️ Rule Deployment
A rule deployment strategy for propagating rule changes across development, testing, and production with predictable processes.
📄️ Rule Management with Multiple Catalogs
Give each environment its own Catalog web service and database, propagating changes via the Catalog Manager's promotion feature.
📄️ Rule Management with Labels
Propagate rule changes across environments sharing one Catalog by assigning revision labels in irAuthor or irSDK.
📄️ Rule Management Hybrid
Use the Catalog only in development and the file system for rules in other environments, needing just one Catalog instance.
📄️ Rule Management with Files
Manage rules entirely via the file system with no Catalog components, propagating changes like any other application source file.
📄️ Catalog Deployment with Co-located Services
Deploy Catalog Services on the same servers as Rule Execution, all pointing to the same rule catalog database.
📄️ Catalog Deployment with Separate Servers
Deploy irCatalog on a separate set of servers from Rule Execution, primarily for high availability rather than scale.