How to manage Qlik Sense project with GitHub

Alex Polorotov
3 min readMay 4, 2020

Hello, my name is Alexander. And I am Qlik Consultant and co-founder of the Datanomix.pro (remote Qlik consulting services and outsourcing Qlik certified experts).

During my career, I tried many tools for task management (from Google Sheets to Trello) for our Qlik-projects and always was in searching for the most comfortable way to manage team and track changes of Qlik Sense applications with a strong lineage between project-backlog and source code. And finally, I found it.

Today I will show you how we are managing projects with GitHub in our team. I hope it will be useful for you.

Qlik Sense git project scheme
Conceptual scheme.

At first, register the organization in Github and invite all team members. By the way, it is totally free.

Github provides a pretty-well interface for team management. You can create and manage repository, groups of members (team), projects, and collect all issues from repositories in one place to your kanban boards.

organization page view

As you can see above there are many repositories created in our organization. It is so curious to know what do we store in our repository. So, let’s look inside.

The repository.

As you can see, there are two files here:

  • README.md — details about the Qlik Sense application.
  • script.qvs — load script of Qlik Sense applications.

We have a strong manifest in our team that every application must have its repository with these files and folder called /visualization (contains JSON-serialized app objects).

And in typical cases each repository has two internal projects:

  • Data model — the project contains issues about the ETL process and data model.
  • Dashboards — the project issues about the visualization layer.
Each repository has two internal projects.

But often, our solution in Qlik Sense has complex three tier-architecture (stage-1, stage-2, stage-3) with many ETL- applications (Qlik Sense app without any visualization) in a chain.

In Github, we have an easy solution to represent it — linked repositories. Just create a project and link repository for it. Voila!

linked repositories
Voila! Look at highlights.

But how source code gets into the repository?

You could say that it is so exhausting to create a repository and commit code into it by hand. And you are right! I don’t like it, too. And in 80% of projects, you will never need to use external IDE because the team doesn’t look so big enough and there are some uptime investments to configure the environment.

That’s why we are using our internal tool, code-named“gitoqlik.” Gitoqlik serializes qlik sense app and provides easy-to-use access to the code-repositories in Github and Gitlab — you can commit your changes and revert to any commit from the history. You can see it below:

Please, let me know if it was interesting for you, and I will continue post series. In the next posts, I’m going to share ideas on how to organize version control of the whole application (sheet, diagrams e t.c.) and reusable code package management.

P.S. If you want to test Gitoqlik in your team, you are welcome — https://gitoqlik.com

--

--

Alex Polorotov

Maximizing BI adoption | Dataholyc | Qlik Partner Ambassador