Dataclasp overview - gregsharp/dataclasp GitHub Wiki

Compute module specification

The compute module specification is used to unify three related, but usually independently programmed interfaces. These are:

  • Command line programs
  • Text file scripting
  • C++ class interface

Of most immediate immediate importance is to unify the first two of these, so that compute modules can be easily used for pre-processing using registration ini files.

Dataflow specification

It is nice to use a specification language for dataflow as well.