-
Notifications
You must be signed in to change notification settings - Fork 38
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
docs: flow dev guide #959
docs: flow dev guide #959
Conversation
In which component is the |
please also update the |
# Arrangement | ||
|
||
Arrangement store the state in the dataflow's process, for now there is no persisent and we store arrangement in the memory. The arrangement essentially store key-value pairs with timestamp to mark it's change time. |
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.
Maybe state what's "arrangement" first.
|
||
The kv pairs are both `Row` in arrangement, and the timestamp is the time when the row is created or updated. | ||
|
||
internally, arrangement get tuples like |
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.
internally, arrangement get tuples like | |
Internally, arrangement get tuples like |
Deploying greptime-docs with Cloudflare Pages
|
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.
Please also modify the architecture image in /contributor-guide/overview.md
. cc @fengjiachun
I think we don't need to add the flow engine to the architecture diagram for now. |
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.
LGTM
What's Changed in this PR
Describe the change in this PR
Flow's dev guide, including flow's compute module and state management
Checklist
summary.yml
matches the current document structure when you changed the document structure.