You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2021. It is now read-only.
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.
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.