Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
andrespa
Specialist
Specialist

Git LFS with Qlik

Hi, just a light document proposing Git LFS to manage version control within the Qlikview and Qlik Sense projects. It's still a work in progress and it's a proposed solution to handle the binary files (.qvw and .qvf) that are currently the only step down using version control with Qlik.

Hope it helps and please comment on it!

Andrés

5 Replies
steinrich
Contributor II
Contributor II

Hi Andrés,

thanks for sharing this idea. I started to evaluate it for our development process and will enhance pros / cons table with our point of view.

Richard

Anonymous
Not applicable

Hello Andres! but then you version data + script? if it is a daily script, then you version daily?

andrespa
Specialist
Specialist
Author

Hi Hector, not the data. The structure of the .qvw or the .qvf (to preserve all the versions that you possible have build of your dashboard). For instance, normally in Qlikview when you're developing you might have like 15+ tabs with all different charts and stuff you're trying (at least myself  ) with this solution you still can have that, but once you're happy with some version just do the commit and you don't need to make a copy of that file. Of course this makes much more sense when you're working in big projects and there's more than one person touching the design (otherwise it can be used but it's not as effective).

Hope it makes sense.

Andrés

steinrich
Contributor II
Contributor II

Hi Andrés,

as a first short feedback:

It is like git-annex but seems to be easier.

andrespa
Specialist
Specialist
Author

Hi Richard, I didn't now git-annex. But indeed, doing it with Git LFS is just adding the extension.

Cheers,

Andrés