LinuxForHealth / connect-r-and-d

Linux For Health Connectors for Inbound Data Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NATS Routing

torimcc opened this issue · comments

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.