Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Client is looking out for distributed archicture for Qliksense , can you please suggest how many layer of architecture is possible in Qliksense.
Qlik Sense architecture is service-oriented.
It has several services and each of these can be distributed. Check out the help for more info.
BR
Serhan
Serhan,
Do you have an architecture diagram or list of services which can be distributed on multiple servers. In Qv 11 we had a proper documentation on the same.
Hello,
There is a diagram in Qlik Sense help, as far as I can remember.
Check help.qlik.com
BR
Serhan
The Qlik Sense services are:
l
The Qlik Sense Repository Service (QRS) manages persistence and synchronization of Qlik Sense apps, licensing, security, and service configuration data. The QRS attaches to a repository database and is needed by all other Qlik Sense services to run and serve Qlik Sense apps. The QRS also manages the synchronization used within multi-node Qlik Sense sites. In addition, the QRS stores the Qlik Sense app structures and the paths to the binary files (that is, the app data stored in the local file system).
l
In a default Qlik Sense installation, a Qlik Sense Repository Database (QRD) service is created specifically for use by the Qlik Sense Repository Service (QRS). The QRS connects to the QRD to read and write data in the repository database. A PostgreSQL database is used by default. l
The Qlik Sense Proxy Service (QPS) manages the Qlik Sense site authentication, session handling, and load balancing.
l
The Qlik Sense Scheduler Service (QSS) manages the scheduled reloads of Qlik Sense apps as well as other types of reload triggering (for example, task chaining) based on other task events.
l
The Qlik Sense Engine Service (QES) is the application service, which handles all application calculations and logic.
A Qlik Sense multi-node site is usually deployed on an intranet in order to allow developers and users to:
l
Create and reload content l
Consume content
Maybe this video will help some