Skip to content

Pipeline #387

Answered by wsobel
homesenola asked this question in Q&A
Dec 27, 2023 · 1 comment
Discussion options

You must be logged in to vote

The data flow is as follows:

  • Data is posted to the pipeline after a block of data is read from the incoming stream.
  • The end of the pipeline calls the delivery method in the pipeline context with the type of entity.
    • The delivery method calls the agent delivery method to place the data in the circular buffer and then forward on to each sink.

That's about it. Check the code in the pipeline subdirectory for various types of transforms. There is also extensive unit testing for each transform. The …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by homesenola
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants