Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Architecture of reporting system.

Hello,

What is very painful in all documents which are available online I don't see document with "easy" concept of storing files which are implemented with one of recommended architecture:

From my side, we have maybe ~30 views on teradata db ( with small amount of rows ) it means that I'll have to create ~30  extracts, but what next.

-  How do we setup environment directories / variables  etc

-  Where should I store qvd files, qvw

- Should I implement external cmd script to prepare all extracts?

- What about scripts which will calculate rest from qvd ( maybe to another qvds )

- What about versioning and implementation of configuration files, migration between evironments.

I was thinking about something like:

All databases ( just 2, 3 ) should be stored in configuration file  eg: // don't bother syntax for OS //

## configuration file

environment_name="DEV";

global_path="/xxx/dev/"

extract_path = global_path+"data/in"

some_database = environment_name + "_some_database"

some_database_two = environment_name + "_some_database_two"

Any concepts ?

Thank You

0 Replies