Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
task Directory Reference
Directory dependency graph for task:
/home/wang/covalentBond/src/core/server/task

Files

file  cbComputeGraph.cpp [code]
 
file  cbComputeGraph.hpp [code]
 The compute graph(DAG), a prepared graph for task flow to execute. It works as a state machine.
 
file  cbOperator.cpp [code]
 
file  cbOperator.hpp [code]
 The operator of compute graph.
 
file  cbTable.cpp [code]
 The impl of table.
 
file  cbTable.hpp [code]
 the virtual table and shared table.
 
file  luaEngine.cpp [code]
 The impl of lua engine and meta class.
 
file  luaEngine.hpp [code]
 A lua engine for execute all c++ embedding in struct. A warper of lua JIT engine.