You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
create a flux-level compilation graph generator in flux-core and remove it from the flink-flux compilation core level (Under discussion whether it should fit in DSL Compiler Redesign #14 or here)
Additional components can be adjusted but will not be included in this DSL redesign.
The text was updated successfully, but these errors were encountered:
Initial commit for the change that only reflect the copying from previous implementation
Several components needs to be fixed:
1. compiler factory discovery mechanism - how to find correct compiler (e.g. compiling into a "vertex object")
2. linker factory discovery mechanism - how to find linkage method based on
a. incoming stream type
b. outgoing stream type
c. vertex object type
3. the fundamental base-class mechanism - how to make sure this overlaps with Flink's API
More detail in #12 and #13
See:
https://docs.google.com/document/d/1L_HMYS1MSkN7CYpPjNjI1QJ9QaWMMTbH53V1J7gs3Y4/edit#
Several components needed:
Additional components can be adjusted but will not be included in this DSL redesign.
The text was updated successfully, but these errors were encountered: