Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
badgerriaan
Contributor III
Contributor III

Help Needed: Qlik Compose Environment Split DEV/QA/LIVE

We have a single server for our Qlik Compose and would like some assistance, please?

Qlik Compose for Data WarehousesMay 2021 (2021.5.0.69), Windows Server and MS SQL Server for Landing and warehouse

Currently, we only have one Project for the Warehouse and data marts, but I want to figure out how to do the setup for DEV/QA/LIVE (Or just DEV/LIVE at least).

Right now if we edit the model or make changes, it is essentially direct on LIVE as it is the only project.

I would ideally like to have a separate project or strategy on how we can make and test changes and only then somehow deploy them once we are happy.

Also, how do you handle multiple developers on the same project and version control?

ANY advice on environment tips will be appreciated.

@CliveBearman, do you have any help here?

Labels (2)
2 Replies
badgerriaan
Contributor III
Contributor III
Author

Hi. So, does nobody in the community have some sort of DEV/QA/LIVE environment strategy they use? Is it the norm then to just develop on your Live compose warehouse project then?

TimGarrod
Employee
Employee

Hi, it is NOT the norm for customers to leverage a single Compose env (and develop on live prod environments). 

Typically customers will install and deploy to "N" environments to match their SDLC lifecycle (DEV/HOTFIX/ QA/Pre-Prod/Prod/DR etc).    

My recommendation is to have at least a Non-Prod and Prod server.  This allows for testing upgrades / patches etc before deployment to your production environment.   Depending on your env, you may decide to have an instance of Compose for each environment you need to deploy through. 

If you have just 1 non-prod server to house DEV / HotFix/QA etc - then you can export / import to different projects within the same server.  If you have multiple non-prod, then you obviously would deploy across those servers.

Compose provides project deployment features to migrate projects from lower to upper environments.  This can be done either by the UI (manually export / import, validate tables, generate code) OR via a CLI (automate the export / import / validate/ generate procedure). 

These are documented in the Compose user guide - 

https://help.qlik.com/en-US/compose/August2021/Content/ComposeDWDL/Main/DW/General/Project_Deploymen...

https://help.qlik.com/en-US/compose/August2021/Content/ComposeDWDL/Main/DW/Projects/version_control....

https://help.qlik.com/en-US/compose/August2021/Content/ComposeDWDL/Main/DL/Projects/export_and_impor... 

https://help.qlik.com/en-US/compose/August2021/Content/ComposeDWDL/Main/DL/Projects/move_projects_fr...