Process MySQL data via streams.
- It process incoming data from the pipe
- After data manipulation, it should always push data, resume the pipe, and call
next();
- After data manipulation, it should always push data, resume the pipe, and call
- Every processor should handle its own errors
- Every processor should be plugable, modular, and contained in itself/isolated