grapher/lib/query/hypernova
2017-12-21 19:59:29 +02:00
..
lib Fixes #149 and others 2017-11-24 16:32:42 +02:00
aggregateSearchFilters.js Modified createQuery to accept options and implemented resolver queries 2017-11-28 17:38:51 +02:00
assembleAggregateResults.js added metafilters, + tests, + added a new cleanup function for making the data graph as we expect and store the properly 2016-10-23 18:39:11 +03:00
assembler.js added metafilters, + tests, + added a new cleanup function for making the data graph as we expect and store the properly 2016-10-23 18:39:11 +03:00
buildAggregatePipeline.js Fixes #149 and others 2017-11-24 16:32:42 +02:00
constants.js Fixes #149 and others 2017-11-24 16:32:42 +02:00
hypernova.js Fixed #206 - params aware reducers 2017-12-21 19:59:29 +02:00
README.md added latest touches 2016-09-23 13:41:13 +03:00
storeHypernovaResults.js Fixes #149 and others 2017-11-24 16:32:42 +02:00

Hypernova

Is a grapher module that allows us to use aggregate from mongodb to dramatically reduce the number of fetching requests.

This module does 2 things:

  • It merges the data at every node
  • It assembles it to correct parents upon receiving it.