Alexander Nozik
Alexander Nozik
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...
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