Releases: alfallouji/ALFAL-AWSBOOTCAMP-DATAGEN
Releases · alfallouji/ALFAL-AWSBOOTCAMP-DATAGEN
Added IOT as a target
Added IOT as a target
UI enhancements
Added json editor to edit the template configuration
Added dropdown to select & load any template config available
Adjusted UI
UI Adjustment (counter)
UI Adjustment and bug fixes
- Fixed cloudformation IAM role permissions
- Fixed timestamp issue with CloudwatchLogs
- Improved UI
- Added loop feature on the web UI
Additional implementation
- Support for SQS
- Support for S3
- Support for Kinesis Firehose
- Refactored code
- Added profiles
- Updated Web UI
Issue fixes and added implementations
Fixed issue with distribution
Improved command line script
Added CSV implementation
Minor update to documentation
Minor update to documentation
First release
Initial release, with following features :
- Random integer (within a min-max range)
- Random element from a list
- Random element from a weighted list (e.g. 'elem1' => 20% of chance, 'elem2' => 40% of chance, etc.)
- Constant
- Timestamp / Date
- Counter (increment & decrement)
- Mathematical expression using previously defined fields {{field1} + {field2} / 4) * {field3})
- Conditional rules : {field3} equals TRUE if {field1} + {field2} < 1000 {field4} equals FALSE if {field1} + {field2} >= 1000
- Any of the feature exposed by fzaninotto/faker library
- Ability to defined the overall distribution (e.g I want 20% of my population to have a value of 'Y' for {field3}). The generator will run until it meets the desired distribution
- Currently supports push to Kinesis (more implementation may come in the future)