mirror of
https://github.com/vale981/grapher
synced 2025-03-05 17:41:41 -05:00
.. | ||
lib | ||
aggregateSearchFilters.js | ||
assembleAggregateResults.js | ||
assembler.js | ||
buildAggregatePipeline.js | ||
constants.js | ||
hypernova.js | ||
README.md | ||
storeHypernovaResults.js |
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.