WolfOps takes results from a PostgreSQL database and generates scheduled tasks automatically. For each result, it runs a JavaScript script that can connect over HTTP or MQTT to any external service or device. The script’s response is written back to the database, closing the loop of data → action → result.
// Use cases
Where it fits
- ✓ IoT orchestration at scale (thousands of devices)
- ✓ Enterprise workflow automation
- ✓ Integration across heterogeneous systems
- ✓ Batch scheduling with complex rules
// Features
- Per-task JS sandbox
- HTTP / MQTT connectors
- PostgreSQL persistence
Audience
Engineering, IoT, data operations
Status
Available