Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Implement graph aggregation node/relationship discovery callback #36

Open
jdcasey opened this issue May 26, 2015 · 0 comments
Open

Implement graph aggregation node/relationship discovery callback #36

jdcasey opened this issue May 26, 2015 · 0 comments
Milestone

Comments

@jdcasey
Copy link
Member

jdcasey commented May 26, 2015

This would allow parallel processing of discovered nodes / relationships while discovery is still in progress. Traversing / processing the graph after discovery seems to take about half the time of a total operation like "downlog" or "urlmap" (these are currently AProx wrappers around ResolveOps.resolveRepositoryContents(), see #35 ).

The graph-aggregation process still iterates existing nodes / relationships when resuming discovery with an existing graph. We'd have to have some special-case handling logic to accommodate this part, in addition to callback triggers for newly discovered nodes/relationships.

@jdcasey jdcasey added this to the 1.0 milestone May 26, 2015
@jdcasey jdcasey modified the milestones: 1.0, someday, 1.1 Jul 21, 2015
@jdcasey jdcasey modified the milestones: 1.1, 0.11.0 Sep 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant