- Notifications
You must be signed in to change notification settings - Fork 57
Programmable Pregel Algorithms (experimental feature) #543
Programmable Pregel Algorithms (experimental feature) #543
Conversation
…of github.com:arangodb/docs into feature/experimental-custom-programmable-pregel-algos
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.
In general it looks very good already.
I have added some points.
Co-authored-by: Tobias Gödderz <tobias@arangodb.com>
I addressed some issues. I would like to fix those issues that require a change in the code base first in the code and then come back to the docs. |
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.
This is the last part of my review.
Co-authored-by: Tobias Gödderz <tobias@arangodb.com>
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.
Again, some of the comments do not actually concern the documentation itself, but seemed easier to discuss in this context.
algorithmic action takes place. An AIR program is represented with the Arango | ||
Intermediate Representation (AIR). | ||
| ||
## Arango Intermediate Representation |
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.
Having used this document for a while, I think it might be good to move the AIR part of the documentation out of this document into a separate one.
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.
@Simran-B what do you think?
Co-authored-by: Tobias Gödderz <tobias@arangodb.com>
This PR adds the documentation for the experimental feature:
Programmable Pregel Algorithms