neo4j / graph-data-science

Source code for the Neo4j Graph Data Science library of graph algorithms.
https://neo4j.com/docs/graph-data-science/current/
Other
597 stars 157 forks source link

Pregel - Add logger to init and compute context #180

Closed FlorentinD closed 2 years ago

FlorentinD commented 2 years ago

Is your feature request related to a problem? Please describe.

Pregel is a vertex-centric computation model to define your own algorithms via a user-defined compute function. Exposing the Progress logger via the org.neo4j.gds.beta.pregel.context.InitContext and org.neo4j.gds.beta.pregel.context.ComputeContext would allow users to log additional information to the neo4j log.

Motivated by #175.

This card is in our backlog, but is also a good-first issue.

frank-zsy commented 2 years ago

As I opened the issue #175, I would like to take the issue~