Real Time Dashboard Utilities
The system is composed by several parts each of one can be running on different servers.
- Redis: A fast in-memory cache server.
- Database server: Microsoft SQL Server. In latter versions of the application the choice might be MongoDB. We do not provide a way to install the database engine but a way to recreate the database structure.
- Web Application: It's the application that provides REST services with the stats.
- Parser module: It's an application that runs in background an checks whether a new HL7 Message has been received.
- nginx: A Web server, here it acts as a load balancer. You may not use it but is also recommended.