You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Load balancer
A reverse proxy for load balancing HTTP requests for the Blueriq runtime is needed. It also runs in it's own separate node.
Blueriq does not specify a specific load balancer to be used, but for following chapters regarding clustering, nginx will be used as example.
Blueriq Runtime
Two or more Blueriq Runtimes running each of them on different nodes with the same configuration.
Documentation on how to set up the runtime for cluster configuration can be found here.
Key-Value store server
A Redis server (Key-Value store server) running in it's own node is required for running Blueriq in a clustered environment. It is used by the Blueriq Runtime for storing and retrieving data about the currently logged in user, and applications current state.
Redis is the default in-memory data structure store supported by Blueriq. For using other in-memory data store and how to add support for them in runtime can be found here.
Previous: Runtime cluster