xia_puller.puller.Puller
- class xia_puller.puller.Puller
Bases:
AgentFunction
Puller pulls the data from source and generate log with data
- __init__()
Methods
__init__
()pull
(data_logs, agent)Pull data from data log to predefined logger
- address_manager
alias of
DataAddress
- logger_class
alias of
Logger
- model_manager
alias of
DataModel
- classmethod pull(data_logs: List[DataLog], agent: Agent)
Pull data from data log to predefined logger
- Parameters
data_logs – List of data logs
agent (Agent) – agent configuration
- Returns
Nothing. All generated datalog will be saved by using related Engine