|
Covalent Bond
0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
|
Go to the documentation of this file.
11 #ifndef __SERVER_PIPELINE_HPP_
12 #define __SERVER_PIPELINE_HPP_
20 #if defined(__unix__) && defined(__clang__)
24 #include <workflow/WFGraphTask.h>
25 #include <workflow/WFTaskFactory.h>
void setTerminated(bool enable)
Set the Terminated object.
void addGraph(graph::cbComputeGraph *g)
std::vector< graph::cbComputeGraph * > m_graphs
graphContainer(int32_t n)
const char * redisPassword
The compute graph(DAG), a prepared graph for task flow to execute. It works as a state machine.
abstract virtual device. Provide MySql/Redis/Kafka warper. All virtual device will handle the connect...
graphContainer operator=(graphContainer &)=delete
graph::cbComputeGraph * getGraph(int32_t idx)
Get the Graph object.
A restful api like http server for programming post and get conveniently.
trivial::cbVirtualDeviceManager m_VDM
utils::cbRestfulHttpServer m_rHttp