Writing a doover_config.json file:
The overview
Doover Data:
Doover data engine uses a channel system to manage the flow in data through Doover. Channels adopt a publish subscribe model where both devices or users can publish and subscribe to channels via the UI or via scripts. In code, you create what are called tasks
, to perform operations when a channel is published to.
The Doover config file is a JSON file used to trigger events that occur in Doover. All events that occur
//TODO:
- doover data
- Channels
- Subscribe to a channel
- A webhook to perform some funciton
- Task's
- Processor's
- doover config
- installers
- payload formatters
- processor deployments
Import Doover
import * from pydoover //Its actually pretty good aye
Using a uiVariable component
ui_state = ui_state.append(pydoover.uiVarible)
Testing is the best thing you can do