This is the Linux app named CGraph whose latest release can be downloaded as CGraph-v3.2.2-releasesourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named CGraph with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
CGraph
DESCRIPTION:
CGraph is a high-performance, cross-platform Directed Acyclic Graph (DAG) framework implemented in pure C++ with no third-party dependencies, designed for building complex task pipelines and parallel execution workflows. It allows developers to model computational processes as graph structures, where nodes represent tasks and edges define dependencies, enabling efficient scheduling and execution. The framework includes a pipeline system that supports sequential and parallel execution, conditional branching, aggregation, and loop control, making it highly flexible for advanced workflows. Developers can extend the system by defining custom nodes and grouping them into logical structures, allowing fine-grained control over execution behavior. CGraph also supports features such as pausing, resuming, and timeout management, which are critical for real-world systems requiring robustness and reliability.
Features
- Pure C++ DAG execution framework with no dependencies
- Parallel and sequential task scheduling via pipelines
- Support for conditional logic, loops, and task grouping
- Cross-platform compatibility including Windows, Linux, macOS, and Android
- Python API for building pipelines in a higher-level language
- Advanced execution controls like pause, resume, and timeout
Programming Language
C++
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/cgraph.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.