dataforge-core
dataforge-core copied to clipboard
A clean multi-platform re-implementation of dataforge concepts
Remote tasks can be called now
Probably need to add a cycle check to meta graph.
The [Scheme](https://github.com/mipt-npm/dataforge-core/blob/dev/dataforge-meta/src/commonMain/kotlin/space/kscience/dataforge/meta/Scheme.kt) class allows wrapping mutable and read-only dynamic `Meta` trees and adding a statically typed layer to them. It is used quite extensively in [Plotly.kt](https://github.com/mipt-npm/plotly.kt) to allow observation of...
- [x] Descriptor API - [x] Descriptor generation from meta - [ ] Description generation from reflection - [ ] Code generation of Specifications from descriptor
Add `output` helper that consists only of output side effect (does not transform data) and has IOPlugin as a receiver. Also add logger handler for input and output data. Logger...