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

Explore NetworkX to create complex workflows #201

Open
lalitpagaria opened this issue Sep 30, 2021 · 0 comments
Open

Explore NetworkX to create complex workflows #201

lalitpagaria opened this issue Sep 30, 2021 · 0 comments
Assignees
Labels
breaking changes Breaking changes engineering excellence enhancement New feature or request

Comments

@lalitpagaria
Copy link
Collaborator

Currently we can create simple workflows consist of three node observer, analyzer and informer each. But as use cases demand for Obsei is growing better to allow user to create more complex workflows to enable user to use any nodes in any fashion with few constraints. There will be following type of nodes in DAG -

  • Observer: Output only nodes, which will not have standard input capability
  • Informer: Input only nodes, which will not have standard output capability
  • Analyzer: AI capability nodes, they can receive standard data as Input and produce standard output data
  • Misc: Few nodes like delay, joiner/merger, switch-case, splitter, aggregator, etc

This task is precursor to #145

@lalitpagaria lalitpagaria self-assigned this Nov 18, 2021
@lalitpagaria lalitpagaria added this to the Release 0.0.11 milestone Nov 18, 2021
@lalitpagaria lalitpagaria added the breaking changes Breaking changes label Nov 18, 2021
@lalitpagaria lalitpagaria removed this from the Release 0.0.11 milestone Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking changes Breaking changes engineering excellence enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant