Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Releases: finos/datahelix

v0.0.1- Initial release of schemas and generator

06 Mar 15:41
d06d289
Compare
Choose a tag to compare

Initial release of the generator and supporting schema (at v3).

The Profile Schemas project is stable at v3.

The Generator can:

  • Produce data matching the given profile (into a CSV file)
  • Produce data violating each of the rules in the given profile (into individual CSV files)
  • Visualise the tree for the given profile

There are the following known issues:

  • The generator does not support generation of boolean values
  • The generator handles profiles of up to a number of rules, if larger than this number then you may need to apply the -w reductive switch. The number depends on your available RAM.
  • The generator is relatively slow, but is being improved.
  • The generator will violate each and every constraint in each rule, there is no current way to control this behaviour.