grapher/lib/query/hypernova/README.md

8 lines
260 B
Markdown
Raw Normal View History

2016-09-21 18:33:50 +03:00
Hypernova
=========
Is a grapher module that allows us to use aggregate from mongodb to dramatically reduce the number of fetching requests.
2016-09-23 13:41:13 +03:00
This module does 2 things:
- It merges the data at every node
- It assembles it to correct parents upon receiving it.