dataforge-core icon indicating copy to clipboard operation
dataforge-core copied to clipboard

A clean multi-platform re-implementation of dataforge concepts

Results 18 dataforge-core issues
Sort by recently updated
recently updated
newest added

Wrapper for `Row` with statically typed delegates. According to #38

task

And maybe descriptors from schema. https://github.com/mipt-npm/dataforge-core/blob/dev/dataforge-meta/src/commonMain/kotlin/hep/dataforge/descriptors/ItemDescriptor.kt

task
good first issue

Proposal add function for work with non-uniform data, similar `pipe` and `join` . As first example, for two types: ![TwoType1_1](https://user-images.githubusercontent.com/19240375/64730250-8c6d0680-d4e7-11e9-8c80-2e5cb0612da3.png)

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.

feature

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

discussion

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

feature

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

task