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

fix(docs): update hydro stack diagram and discussion #1539

Merged
merged 5 commits into from
Nov 17, 2024

Conversation

jhellerstein
Copy link
Contributor

@jhellerstein jhellerstein requested a review from shadaj November 6, 2024 16:48

Working up from the bottom:
- [*Hydroflow+*](../hydroflow_plus) is an end-user-facing high-level [choreographic](https://en.wikipedia.org/wiki/Choreographic_programming) [dataflow](https://en.wikipedia.org/wiki/Dataflow_programming) language. Hydroflow+ is a *global* language for programming a (potentially elastic) fleet of processes. It is insensitive to the specific deployment of the code—the partitioning of functionality and data across processes, the number of replicas of each process, etc. Instead, programmers provide specifications . The Hydrolysis compiler then generates Hydroflow processes that can be deployed by HydroDeploy to meet those specifications.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HF+ isn't insensitive to partitioning computing across locations, in fact it's explicit in the code where that takes place (and even our optimizations rely on that information in some places).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revised. @shadaj please review.

@rohitkulshreshtha rohitkulshreshtha added this to the 0.10 milestone Nov 7, 2024
@rohitkulshreshtha rohitkulshreshtha modified the milestones: 0.10, 1.0 Release Nov 8, 2024
@jhellerstein jhellerstein merged commit 531bf81 into hydro-project:main Nov 17, 2024
13 checks passed
@MingweiSamuel MingweiSamuel added the documentation Improvements or additions to documentation label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants