grapher/lib/query/hypernova
2017-03-02 10:03:24 +02:00
..
lib 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
aggregateSearchFilters.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
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 fixed bugs regarding cleaningBody 2017-01-04 11:29:03 +02:00
hypernova.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
README.md added latest touches 2016-09-23 13:41:13 +03:00
storeHypernovaResults.js written tests for fetchOne after clonage, issue #115 2017-03-02 10:03:24 +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.