I think a design mailing list would be great.
> On 10 Sep 2015, at 4:24 PM, Johs Ensby <j...@b2w.com> wrote: > > Hi, > >> On 10. sep. 2015, at 16.15, Michelle Phung <michel...@apache.org> wrote: >> I recently was asked how to render a front end application visualization >> that could potentially have millions of data points and could break the >> client. >> My initial response to this was to bin the data, then render it, but as I >> thought about it over the next couple of days, it seemed like a good topic >> for discussion. > > I think this is the kind of cases where d3 and map/reduce on a large data set > could be perfect. > > Based on the interactive d3 infographic, Couch serves up various views of a > massive data set to a client-side d3 chart that has its own in-browser ways > of handling lots of data. > > Johs