|
| 1 | +{ |
| 2 | + "OrdersCount": 500000, |
| 3 | + "StartDT": "2014-01-01T00:00:00Z", |
| 4 | + "YearsCount": 3, |
| 5 | + "CutDateBefore": "2000-02-15", |
| 6 | + "CutDateAfter": "2050-11-20", |
| 7 | + "CustomerFakeGenerator": -100000, |
| 8 | + "CustomerPercentage": 0.15, |
| 9 | + "OutputFormat": "CSV", |
| 10 | + "SalesOrders": "BOTH", |
| 11 | + "DeltaTableOrdersPerFile": 1000000, |
| 12 | + "ParquetOrdersRowGroupSize": 250000, |
| 13 | + "-CsvMaxOrdersPerFile": 100000, |
| 14 | + "-CsvGzCompression": 1, |
| 15 | + |
| 16 | + |
| 17 | + "DaysWeight": { |
| 18 | + "DaysWeightConstant": false, |
| 19 | + "DaysWeightPoints": [ 0, 10, 30, 40, 70, 75, 80, 100 ], |
| 20 | + "DaysWeightValues": [ 2, 3, 5, 9, 11, 16, 14, 13 ], |
| 21 | + "DaysWeightAddSpikes": true, |
| 22 | + "WeekDaysFactor": [ 0.7, 0.8, 1, 1.3, 1.2, 1, 1.6 ], |
| 23 | + "DayRandomness": 0.05 |
| 24 | + }, |
| 25 | + |
| 26 | + "OrderRowsWeights": [ 12, 9, 7, 4, 1, 1, 1 ], |
| 27 | + "OrderQuantityWeights": [ 20, 15, 12, 6, 4, 4, 4, 2, 1, 1 ], |
| 28 | + "DiscountWeights": [ 80, 5, 2, 2, 3, 4, 4, 8, 9, 10, 15, 20, 20, 15, 9 ], |
| 29 | + "OnlinePerCent": [ 0.12, 0.16, 0.20, 0.30, 0.6, 0.5 ], |
| 30 | + |
| 31 | + "DeliveryDateLambdaWeights": [ 10, 4, 3, 2, 2 ], |
| 32 | + |
| 33 | + "CountryCurrency": { |
| 34 | + "AU": "AUD", |
| 35 | + "CA": "CAD", |
| 36 | + "FR": "EUR", |
| 37 | + "DE": "EUR", |
| 38 | + "IT": "EUR", |
| 39 | + "NL": "EUR", |
| 40 | + "GB": "GBP", |
| 41 | + "US": "USD" |
| 42 | + }, |
| 43 | + |
| 44 | + "AnnualSpikes": [ |
| 45 | + { |
| 46 | + "StartDay": 10, |
| 47 | + "EndDay": 60, |
| 48 | + "Factor": 2 |
| 49 | + }, |
| 50 | + { |
| 51 | + "StartDay": 100, |
| 52 | + "EndDay": 120, |
| 53 | + "Factor": 1 |
| 54 | + }, |
| 55 | + { |
| 56 | + "StartDay": 200, |
| 57 | + "EndDay": 260, |
| 58 | + "Factor": 0.5 |
| 59 | + }, |
| 60 | + { |
| 61 | + "StartDay": 345, |
| 62 | + "EndDay": 375, |
| 63 | + "Factor": 1.5 |
| 64 | + } |
| 65 | + ], |
| 66 | + |
| 67 | + "OneTimeSpikes": [ |
| 68 | + { |
| 69 | + "DT1": "2014-02-25", |
| 70 | + "DT2": "2014-11-25", |
| 71 | + "Factor": 0.5 |
| 72 | + }, |
| 73 | + { |
| 74 | + "DT1": "2018-01-01", |
| 75 | + "DT2": "2018-08-15", |
| 76 | + "Factor": 1.5 |
| 77 | + }, |
| 78 | + { |
| 79 | + "DT1": "2020-09-28", |
| 80 | + "DT2": "2021-09-15", |
| 81 | + "Factor": 0.5 |
| 82 | + } |
| 83 | + ], |
| 84 | + |
| 85 | + "CustomerActivity": { |
| 86 | + "StartDateWeightPoints": [ 1980, 1990, 2000, 2010 ], |
| 87 | + "StartDateWeightValues": [ 10, 10, 5, 5 ], |
| 88 | + "EndDateWeightPoints": [ 2005, 2015, 2025, 2035, 2045 ], |
| 89 | + "EndDateWeightValues": [ 5, 5, 10, 15, 25 ] |
| 90 | + } |
| 91 | +} |
0 commit comments