grapher/lib/query/hypernova
2016-09-24 08:05:26 +03:00
..
aggregateSearchFilters.js added some small descriptions 2016-09-23 13:42:35 +03:00
assembleAggregateResults.js added some small descriptions 2016-09-23 13:42:35 +03:00
assembler.js added tests for every use case + found a nasty bug in schema build and solved it 2016-09-23 13:31:33 +03:00
buildAggregatePipeline.js consistency fixes, updated readme, removed link storage if not specified 2016-09-22 17:06:05 +03:00
hypernova.js init new exposure paradigm and configurations 2016-09-24 08:05:26 +03:00
README.md added latest touches 2016-09-23 13:41:13 +03:00
storeHypernovaResults.js init new exposure paradigm and configurations 2016-09-24 08:05:26 +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.