The Stage
On this page, we will create a stage (not a producing stage) that is capable of reading from a HelloWorldSchema pipe and do something with that information.
Creating the Stage
Let's assume our person being greeted is called a guest. After all, they're being warmly welcomed into the Pronghorn ecosystem!
Create a new file named GuestStage.java under src/main/java/com.ociweb
with the following contents: