Skip to content

Setup

Running the Service

This application setup utilizes multiple technologies for a robust and scalable architecture:

  • Nginx: Acts as a reverse proxy server for handling incoming requests efficiently.
  • React: Provides a dynamic and responsive user interface for end-users.
  • Golang: Serves as the backend server, ensuring performance and reliability.
  • MongoDB: Functions as the primary database, storing and retrieving application data.
  • Redis: Required for multi-node deployments to ensure caching and session management across distributed systems.

Single Node Minimal Deployment Configuration

- Deployment Type: Single Node Minimal
- Features:
- All-in-one setup on a single node
- Internal monitoring only
- No external audit node
- Simple configuration for small-scale setups
- Components:
- Application Server
- Internal Database
- Embedded Workers
- Scalability: Limited (suitable for testing or very small production environments)
- Benefits:
- Quick to deploy
- Low resource requirements
- Minimal configuration needed

Multi-node Deployment Configurations

- Deployment Type: Multi-node with Functional Scaling
- Features:
- Dedicated nodes for different functional components or geo-scaling
- External compute workers for scalability
- Single database per node or replication cluster
- Optinal additional monitoring layer
- Optional centralized external audit
- Components:
- Application Server Nodes
- Distributed Workers
- Centralized Database Node
- (Optional) External Audit Node
- (Optional) Monitoring Tools
- Scalability: Flexible scaling based on workload
- Benefits:
- Increased fault tolerance
- Supports higher user loads
- Enhanced security and compliance

As there are huge possibilies of system configuration, we would focus on single-node run.