Design computational workflow using nodes.


Keywords
database, engineering, node, nodetree, python, science, workflow
License
MIT
Install
pip install scinode==0.3.7

Documentation

SciNode

Unit test

A platform for designing node-based workflows for science and engineering.

Features

  • easy to design computational workflow and reusable components using GUI.
  • execute the workflow on local or remote computer.
  • can run without GUI, for high throughput calculation.
  • visualize the data.
  • ScinodeHub, containing hundreds of ready-to-use components and workflow template, accessible to everyone.
  • ScinodeServer provide collaboration, management and depolymnet.

Different from other node-base workflow

  • for long running jobs, thus the execution does not provide instant feedback.

Installation

.. code-block:: console

pip install --upgrade --user scinode

Documentation

Check the docs and learn about the features.

Examples

A simple math calculation

License

MIT

Call for Contributions

This project is under heavy development at this stage. We appreciate and welcome contributions.