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

Add initial logic to generate ReactFlow workspace #160

Merged
merged 3 commits into from
May 20, 2024

Conversation

ohltyler
Copy link
Member

Description

This PR sets up the basic conversion logic to generate the ReactFlow workspace's nodes/edges based on a WorkflowConfig. As an example, given a config with ingest processors defined under ingest.enrich, UI will generate a Transformer component and connect it between the initial request, and the index, to visualize the data flow. Example in screenshot below.

More specifics:

  • updates the nodes/edges initialization in Workflow to be dynamically generated based on the config, instead of using the persisted workspace_flow. (we may deprecate workspace_flow as we may not need to persist that for now, until we want drag-and-drop support)
  • implements uiConfigToWorkspaceFlow and all of its sub/helper fns. Some are implemented and some are stubbed, will be filled out as the config details and fields we want to support are finalized. At a high level, we will have a few static/consistent workspace components for all workflows, such as an 'index' component under both 'Ingest' and 'Search' flows. As users add processors under ingest/search pipelines, we will dynamically add components and link them up in the workspace.

Screenshot:

Screenshot

Issues Resolved

Makes progress on #23

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

ohltyler added 3 commits May 17, 2024 13:02
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
@ohltyler ohltyler changed the title Add initial conversion logic of config -> workspace flow Add initial logic to generate ReactFlow workspace May 18, 2024
@ohltyler ohltyler merged commit 73930ab into opensearch-project:main May 20, 2024
11 checks passed
@ohltyler ohltyler deleted the config-to-flow branch May 20, 2024 14:48
opensearch-trigger-bot bot pushed a commit that referenced this pull request May 20, 2024
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
(cherry picked from commit 73930ab)
ohltyler added a commit that referenced this pull request May 20, 2024
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
(cherry picked from commit 73930ab)

Co-authored-by: Tyler Ohlsen <ohltyler@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants