grapher/lib/query/hypernova
2016-10-23 18:39:11 +03: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 decoupled query code, added metadata for inversed links 2016-10-14 10:57:26 +03: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 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

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.