dataforge-core
dataforge-core copied to clipboard
A clean multi-platform re-implementation of dataforge concepts
Wrapper for `Row` with statically typed delegates. According to #38
And maybe descriptors from schema. https://github.com/mipt-npm/dataforge-core/blob/dev/dataforge-meta/src/commonMain/kotlin/hep/dataforge/descriptors/ItemDescriptor.kt
Proposal add function for work with non-uniform data, similar `pipe` and `join` . As first example, for two types: 
Either wait for compiler-plugins and generate two versions of specifications or separate `meta` and `config` in `Specified` and use first for read and second for write.
The idea is that workspace could automatically substitute or decorate task dependencies in order to achieve better flexibility. We need to think a lot about design, since it could break...
It is probably possible to add values accessors as TaskBuilder extensions so one could define those in the root of task builder, automatically add it to descriptor and provide a...
Describe and implement rules with which one `Meta` (sample) could "match" another `Meta` (template) without being equal. The simplest idea is that sample must have all values in template and...