System Requirements

System Requirements

This document outlines the hardware and software requirements for running MemberJunction in development and production environments.

Hardware Requirements

MemberJunction is designed to run efficiently on various hardware configurations. The requirements depend on your expected data volume and user load.

Minimum Hardware Requirements

For development environments or small implementations (up to 10,000 records, 5-10 concurrent users):

ComponentMinimum Requirement
CPU2 cores, 2.0 GHz+
Memory8 GB RAM
Storage20 GB SSD
Network100 Mbps

Recommended Hardware Requirements

For production environments or larger implementations:

ComponentSmall<br>(10,000-50,000 records)Medium<br>(50,000-500,000 records)Large<br>(500,000+ records)
CPU4 cores, 2.5 GHz+8 cores, 3.0 GHz+16+ cores, 3.0 GHz+
Memory16 GB RAM32 GB RAM64+ GB RAM
Storage50 GB SSD200 GB SSD500+ GB SSD
Network1 Gbps1 Gbps10 Gbps

Software Prerequisites

Required Software

SoftwareMinimum VersionNotes
Node.js20.x20.x or higher recommended for best performance
npm9.xIncluded with Node.js
Database SystemSee supported databasesSQL Server 2022+ recommended
GitAny recent versionFor version control
Web BrowserChrome 90+, Firefox 90+, Edge 90+For accessing the UI

Supported Database Systems

MemberJunction supports the following database systems:

Database SystemMinimum VersionRecommended VersionNotes
Microsoft SQL Server20222022 or laterPreferred for best performance

Operating Systems

MemberJunction can run on any operating system that supports Node.js:

OSSupported VersionsNotes
WindowsWindows 10, Windows 11, Windows Server 2016+Full support
LinuxUbuntu 18.04+, CentOS/RHEL 7+, Debian 10+Recommended for production environments
macOSmacOS 10.15 (Catalina) or laterPrimarily for development environments

Supported Platforms

Deployment Environments

MemberJunction can be deployed in various environments:

EnvironmentSupport LevelNotes
Private CloudFully supportedGood balance of control and management
Public Cloud (IaaS)Partially supportedAzure fully-supported; limited support for AWS, GCP
On-premisesFully supportedAs needed based on existing infrastructure requirements
Containerized (Docker)Fully supportedDocker Compose templates provided

Cloud Provider Specific Requirements

Microsoft Azure

Recommended services:

  • Azure SQL Database or SQL Managed Instance
  • Azure App Service (Premium tier recommended)
  • Azure Key Vault for secrets management
  • Azure Storage for file storage
  • Azure Application Insights for monitoring

Amazon Web Services (AWS)

Recommended services:

  • Amazon RDS for SQL Server or PostgreSQL
  • Amazon EC2 or Elastic Beanstalk
  • AWS Secrets Manager
  • Amazon S3 for file storage
  • Amazon CloudWatch for monitoring

Google Cloud Platform (GCP)

Recommended services:

  • Cloud SQL for PostgreSQL
  • Google Compute Engine or App Engine
  • Secret Manager
  • Cloud Storage
  • Cloud Monitoring

Network Requirements

Ports and Connectivity

ServicePortProtocolNotes
MJExplorer (Web UI)4200HTTP(S)Default for local development. Can be configured to any available port
MJAPI (GraphQL Server)4000HTTP(S)Default for local development. Can be configured to any available port
Database (SQL Server)1433TCPDefault MS SQL Server port

Internet Connectivity

Internet connectivity is required for:

  • Package installation via npm
  • AI Model functionality (if enabled)
  • External authentication providers (if used)
  • External API integrations (if configured)

Additional Considerations

Security Requirements

For production environments, the following security measures are recommended:

  • HTTPS/TLS encryption for all communications
  • Firewall protection for database and application servers
  • Regular security updates for all components
  • Proper implementation of authentication and authorization
  • Data encryption at rest for sensitive information

Backup Requirements

Implement a regular backup strategy:

  • Database backups (daily minimum, hourly recommended)
  • Application configuration backups
  • Document storage backups (if applicable)
  • Consider point-in-time recovery options for databases

Monitoring Requirements

For production deployments, monitoring should include:

  • System resource utilization (CPU, memory, disk, network)
  • Application logs and error tracking
  • Database performance metrics
  • API request monitoring
  • User activity logging

AI Model Requirements (Optional)

If using AI Models, additional requirements apply:

API Keys and Licensing

  • API keys for one of the supported LLM providers:
    • Anthropic Claude
    • OpenAI GPT models
    • Google Gemini models
    • Mistral AI

Network Requirements

  • Outbound HTTPS access to LLM API endpoints
  • For on-premises environments, ensure firewalls allow this traffic

Scalability Considerations

MemberJunction can scale horizontally and vertically:

  • Vertical Scaling: Increase resources (CPU, RAM) for existing servers
  • Horizontal Scaling: Add more application servers behind a load balancer
  • Database Scaling: Consider read replicas or sharding for large datasets
  • Caching: Implement Redis or similar for performance improvements