Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pregel - Add logger to init and compute context #180

Closed
FlorentinD opened this issue Apr 4, 2022 · 1 comment
Closed

Pregel - Add logger to init and compute context #180

FlorentinD opened this issue Apr 4, 2022 · 1 comment
Labels
feature request A suggestion for a new feature good first issue Indicates a good issue for first-time contributors

Comments

@FlorentinD
Copy link
Contributor

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.

@FlorentinD FlorentinD added feature request A suggestion for a new feature good first issue Indicates a good issue for first-time contributors labels Apr 4, 2022
@frank-zsy
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A suggestion for a new feature good first issue Indicates a good issue for first-time contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants