You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer_guide/architecture.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ modularity are:
79
79
80
80
## High-level Functional Reference Architecture
81
81
82
-

82
+

83
83
84
84
The OpenSPP functional architecture diagram above presents an overview of the components and layers of a typical OpenSPP implementation.
85
85
@@ -126,7 +126,7 @@ Non-functional requirements are the characteristics of the OpenSPP platform that
126
126
127
127
The on-premises deployment of OpenSPP encompasses a suite of interconnected components, each playing a vital role in delivering secure, robust, and highly efficient service. This document is intended to provide an high-level understanding of the OpenSPP on-premises deployment architecture and its key components.
@@ -221,7 +221,7 @@ The selection among these options should align with the organization's/countries
221
221
222
222
The single-node deployment refers to installing and configuring OpenSPP on a single VM, typically for testing or small-scale production purposes. This deployment type involves setting up all the required OpenSPP modules on a single physical or virtual machine, ensuring simplified management and a reduced resource footprint.
The specifications required for a single-node deployment of OpenSPP largely depend on the intended use case of the system. The requirements may be relatively minimal for a testing or development setting, entailing a multi-core processor, adequate RAM, and sufficient storage capacity. However, for small-scale production environments, the requirements can escalate significantly, mandating top-tier multicore processors, substantial amounts of RAM, and high-performance, capacity-rich storage. The network interface should be correspondingly high-speed. These recommendations should be adapted based on the specific computational load and throughput anticipated for the system. For instance, systems expected to handle high traffic volumes will necessitate more robust hardware and expanded network capabilities to ensure seamless operation.
227
227
@@ -237,7 +237,7 @@ replace the default implementation with your own.
237
237
For example, the eligibility calculation can be delegated to a third-party service that has access to other
238
238
data and just return the eligibility result to OpenSPP.
0 commit comments