Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Aggregation #10

Open
jhellier opened this issue Nov 18, 2015 · 7 comments
Open

Data Aggregation #10

jhellier opened this issue Nov 18, 2015 · 7 comments

Comments

@jhellier
Copy link

Large data sets are a challenge. What can we do to intelligently aggregate data to only show what the user needs while still giving hints or cues as to what lies underneath.

Possible Outcomes:

  • Discussion of Hex binning for data aggregation
  • Novel approaches to hide and show the extended data linkages (graph and force layouts)
  • Using a data store to swap out different subsets of a large data set.
  • Performance concerns.
@georules
Copy link

+1

@enjalot
Copy link
Member

enjalot commented Nov 18, 2015

+1
I've also been using crossfilter to prototype "mid-sized" datasets in the browser to determine the actual combination of filtering + aggregation I want from a database

@jonathandinu
Copy link

+1 Vadim gave a great presentation on this topic and has some great open libraries to integrate with databases

@nydame
Copy link

nydame commented Nov 19, 2015

+1

@jhellier
Copy link
Author

Another aspect to explore with this is the visual aggregation and disaggregation. Looking for novel approaches to visually showing elements that represent collections of various complexity, breadth and depth.

@curran
Copy link

curran commented Nov 20, 2015

+1

This could be a broader discussion of data reduction and interactions with "Big Data" systems like Hadoop and Spark, using techniques like sampling, filtering, and aggregation. This paper has a great overview of data reduction methods: imMens: Real-time Visual Querying of Big Data

@chabb
Copy link

chabb commented Nov 21, 2015

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants