Yuriy
Yuriy
* updated all dependenciew to latest version * removed DoubleCheckedLocking rule from checkstyle (see https://github.com/checkstyle/checkstyle/issues/473) * removed RedundantThrows rule from checkstyle (see https://github.com/checkstyle/checkstyle/issues/473)
Hadoop is outdated. It's better not to use it now-days... Let's migrate all to spark. - [ ] Review the code - [ ] Identify pieces to keep - [...
Now we can stop DG by: - null (don't stop until it generate all possible data) - number of generated records IMHO, now it time of clouds and many of...
Let's create special ECs for generation multiple values. Current EC replace tag with one value, but sometimes it make sense to generate multiple value (like 'dg:assign'). We can add 'repeat'...
Now we have symbols and stock names compacted in 2 groups: - NASDAQ - all other https://github.com/FINRAOS/DataGenerator/blob/master/docs/transformers/EquivalenceClass.rst Wikipedia shows 20 biggest (by market capitalization) stock exchanges - http://en.wikipedia.org/wiki/Stock_exchange. Is it...
During hahaton I worked on statistic feature. This feature can save min / max / ... value for some property. What do you think, do we need it in DG?...
Now we are declare to use: - Java -> Basic - Java -> Strict Exceptions Actually we compliant with: - Java -> Basic There are more other modules: - java...
Now we have 'Equivalence classes' more like canned macros. We need real Equivalence classes. For most common data type like: - Date - Text - Number - Notes - ?...