Hi all,
I'm evaluating Qlik for data visualization from My MongoDB data.I've few Theoretical Questions. Currently my stack looks like this:
MongoDB - QVSource (MongoDB Connector V2) - Qlik Sense Desktop
What im doing right now,
In Qlik Sense,
Questions:
Thanks in advance.
This is the QlikView forum. Please move your discussion to QlikSense.
1 - executing the load script places the data into QS memory
2 - QS is not really a real time solution, but you could schedule QS to reload every few minutes. No configuration required
3 - what have you tried?
Hi prasad,
1-Qliksense in In-memory tool.
2-could you pls tell me what is the backend of your MongoDB? Well qliksense can pull data directly from almost any data source through OLEDB, ODBC and supported connector if required.
Jonathan is right you can schedule your job as per your need.
hope it helps
abhay
Hi @ioannis giakoumakis Now moved to "New to Qlik Sense", is this correct. Please correct me if im wrong.
Thanks for your comment.
1-Qliksense in In-memory tool.
-- This means, when you say in memory, what is TTL / Time to Live like till when this data stored in memory and what if my data is too huge for in memory like, i said, im trying to load 2M records of data in my load script which may count to 20GB, what happens? outOfMeoryException?
2-could you pls tell me what is the backend of your MongoDB? Well qliksense can pull data directly from almost any data source through OLEDB, ODBC and supported connector if required.
-- My back-end storage it self is MongoDB (data written by nodejs web services). i was able to fetch it by load script but not always. Sometimes it says unable to load data. That's my another question. What is best way to load data from MongoDB to QS?
Prasad,
i don't think it will go out of memory because it stores data in their own proprietary format called QVD which compress data upto 90% which means and by further transformation of data, data size can be optamized..
and sry i have no idea about mongoDB so no comment for that but yes if there is a capability to connect through OLEDB/ODBC etc than yes can be done.
Thanks for you reply.
Just to give you one liner about "MongoDB", its a database like MySQL MS SQL, etc..,
There is a MongoDB Connector from QVSource, But, I'm not able to load data properly always. i might doing something wrong.
Can someone put light on How to load data from QVSource <-> MongoDB ?