RStreams Node SDK functions that create a source stream for you, acting as the first stream in a pipe. Each source stream feeds a pipe with data that you specify, allowing it to flow through to the next stream step in your pipe.
- Read Function
- A function that creates a source stream that gets events from the specified queue and feeds them into the pipe.
- Create Source Function
- A function that creates a source stream that gets events from the specified queue and feeds them into the pipe.