-
Notifications
You must be signed in to change notification settings - Fork 30
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
3.10: Pregel API support with 3.10 features #425
Conversation
tjoubert
commented
Sep 26, 2022
- Added Pregel API support, see https://www.arangodb.com/docs/stable/http/pregel.html
- Added new features in v3.10 for Pregel API, see https://github.com/arangodb/docs/blob/main/3.10/release-notes-api-changes310.md#pregel-api
35504b0
to
ec7b030
Compare
a428e04
to
06bec11
Compare
06bec11
to
f411ebc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. I left a few comments about missing properties and naming.
It would be good to have tests covering the new API (mainly to ensure serialization is working correctly), but from what I understand it's not trivial to setup as we need SmartGraphs
(ArangoDB Enterprise).
We should create an issue to run tests against an Enterprise version of ArangoDB. Would you agree?
@DiscoPYF thanks for your review. I have made the relevant changes. I am also waiting on feedback from our core engineers and I will update the PregelApi section as and when I receive these feedback. I am looking forward to your approval. |