Skip to content

Releases: FINRAOS/DataGenerator

DataGenerator 2.2 Release

24 Feb 17:36
Compare
Choose a tag to compare

Version 2.2

Highlights:

  • dg-commons, a library of lower level data generation utlities
  • 'SparkDistributor', a new SearchDistributor which parallelizes searches using Apache Spark
  • DG Boundry Tags, a family of custom SCXML tags that produce testing values for database types

DataGenerator 2.1 Release

06 Feb 14:57
Compare
Choose a tag to compare

The contributors closed 27 tickets mainly to provide the following features:

  • Equivalence classes
  • Custom tags
  • N-Wise reduction
  • CSV tool
  • Lots of documentation improvements

DataGenerator 2.0

30 Sep 19:08
Compare
Choose a tag to compare

Version 2.0 is a complete re-write of the DataGenerator Version 1.0.

Highlights:

  • Use SCXML to describe the logical model.
  • Ability to split the graph into smaller problems and parallelize the execution.
    • Multi-threaded execution
    • MapReduce execution on Hadoop