Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data processor framework

Pipeline
    |
    |---Source (interface)
    |      |
    |      |--Read data
    |      |--Output to first Action
    |
    |---Actions
    |      |
    |      |---Action 1
    |      |       |
    |      |       |--Input from Source or previous Action's output
    |      |       |--Process
    |      |       |--Output to next Action
    |      |
    |      |---Action 2
    |              |
    |              |--Input from previous Action's output
    |              |--Process
    |              |--Output to Target
    |
    |---Target (interface)
           |
           |--Input from last Action's output
           |--Handle processed data (e.g., store, pass to another pipeline, etc.)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages