A Digizuite installation has four main five main components
- Web server
- Database server
- Processing server (Digibatch)
Asset Storage
- Solr
Multiple Server Setups
The installation of the components can be split in one, two or more servers and thereby distributing the workload. At least two servers are recommended for production environments.
...
In a large scale setup the components are distributed on seperate separate servers and thereby distributing the load. In some scenarios it is also beneficial to add multiple processing servers.
...
- Windows Server 2016 or Windows Server 2019
- Microsoft SQL Server 2017 or Microsoft SQL Server 2019 or Microsoft Azure SQL can be used as an alternitivealternative.
- The Edition must be Web (or higher)
- The SQL Server must use mixed mode authentication
- TCP/IP has to be enabled
- It is also required that the full-text filter daemon is installed
- Administrative access
- Open on port 1433 Standard SQL connections
...
If the solution is used to server images, videos and documents to a large audience via e.g. a web site or social media the a CDN which helps distributing and caching the assets through their network. See supported CDNs.
SSO
Many companies can benefit from a centralized management of users. See supported SSO solutions.
Load Balancing
Digizuite supports load balancing on both web and database servers. For such setups, the number of servers increases. These setups are used for production environment where uptime and response times are very critical.
...