Hii all,
I am very new with data visualization and i got some requirement to solve, so i have some basic doubts. Please help me to clarify these
I have one requirement of data visualization with 100 millions of record that is on SQL server. Currently we are doing the reporting with .NET but it is taking couple of days to prepare all the reports. Now i want to enhance the performance. After doing some study i got to know about using the D3.js or DC with crossfilter.js. Before going for implementation i have some
doubts:
1. As i studied somewhere that if size of data is very big means cross the 1millions record then we can’t use static file like .json or or .CSV because there is high probability to crash the browser because of keeping huge amount of data into the browser.
2. As we want to make our data visualization interactive so that user can interact with charts and see the data in different view like they have done http://dc-js.github.io/dc.js/. So what i am thinking is in this approach everytime we need to send the request to server whenever we want to change the view of our report. So my server side code will again C# only then how can we enhance the performance? Every user request will hit the database and process millions of record and perform the DML logic there and bring the result back. As i’m thinking how can it do the process in seconds as previously it is taking hours or day.
Everywhere i am seeing the D3.js with big data, but as i am observing D3.js is not handling big data it is performing at its best only when it is getting small and aggregated data. We can’t process even 1GB of data directly with D3.js then how it is related with big data.
I want to visualize my data with D3.js only with faster performance .
Please suggest me the right way to solve this problem.
--
You received this message because you are subscribed to the Google Groups "d3-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to d3-js+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "d3-js" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/d3-js/ix58Fu_5eLY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to d3-js+un...@googlegroups.com.