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

Stream Pipelines #3464

Closed
omkarK06 opened this issue May 10, 2024 · 3 comments
Closed

Stream Pipelines #3464

omkarK06 opened this issue May 10, 2024 · 3 comments
Assignees
Labels
Milestone

Comments

@omkarK06
Copy link
Contributor

omkarK06 commented May 10, 2024

Which OpenObserve functionalities are relevant/related to the feature request?

streams

Description

Overview:
Stream pipelines offer a visual and intuitive way to process streams. With an easy drag-and-drop interface, users can construct stream pipelines, add conditional routing which creates new streams from existing stream, and associate functions with ease. This feature enhances the platform's capability to handle streaming data efficiently.

Proposed solution

Features:

  1. Stream Pipeline Creation:
    Users can easily create stream pipelines using a drag-and-drop interface.
  2. Conditional Routing (Stream Creation):
    Conditional routing of streams allows users to create new streams based on predefined conditions from the existing stream.
  3. Function Association:
    Users can associate functions with streams to process data as required.
  4. Pipeline Visualization:
    Users can visualize the the pipeline, making it easy to understand and debug.

Flow of Pipeline
During execution of pipeline, routings will get executed before functions

Screenshot 2024-05-10 at 1 42 52 PM

Alternatives considered

no

@omkarK06
Copy link
Contributor Author

omkarK06 commented May 10, 2024

Feature PR - #3282

@gaby
Copy link
Contributor

gaby commented May 10, 2024

@omkarK06 That's a pretty cool feature, are the functions a specific language? Having VRL there would be nice / performant.

neha00290 added a commit that referenced this issue May 10, 2024
- Function creation and deletion for pipeline changes (bug fix)
- Created a function for pipeline delete
#3464
@oasisk oasisk added this to the v0.10.6 milestone May 11, 2024
@neha00290
Copy link
Contributor

testing for this ticket is complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants