This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Description
High level goal - design a data processing route or really a finite state machine with the following steps using NATS subscriptions:
• receive data
• validate data (optional)
• transform data (optional)
• split data (optional)
• submit data
This will likely require routes to be "modeled"/specified using metadata that is parsed when our application starts.