Skip to content

Releases: alfallouji/ALFAL-AWSBOOTCAMP-DATAGEN

Added IOT as a target

21 Aug 03:41
6eb79a0
Compare
Choose a tag to compare
Added IOT as a target Pre-release
Pre-release

Added IOT as a target

UI enhancements

03 Dec 09:10
18850dc
Compare
Choose a tag to compare

Added json editor to edit the template configuration
Added dropdown to select & load any template config available

Adjusted UI

01 Dec 23:42
Compare
Choose a tag to compare

UI Adjustment (counter)

UI Adjustment and bug fixes

29 Nov 09:52
Compare
Choose a tag to compare
  • Fixed cloudformation IAM role permissions
  • Fixed timestamp issue with CloudwatchLogs
  • Improved UI
  • Added loop feature on the web UI

Additional implementation

28 Nov 09:49
Compare
Choose a tag to compare
  • Support for SQS
  • Support for S3
  • Support for Kinesis Firehose
  • Refactored code
  • Added profiles
  • Updated Web UI

Issue fixes and added implementations

19 Nov 10:39
Compare
Choose a tag to compare

Fixed issue with distribution
Improved command line script
Added CSV implementation

Minor update to documentation

16 Nov 02:02
e9dcf57
Compare
Choose a tag to compare

Minor update to documentation

First release

16 Nov 01:43
4c7a04f
Compare
Choose a tag to compare

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)