FINRAOS / DataGenerator

DataGenerator is a Java library for systematically producing large volumes of data. DataGenerator frames data production as a modeling problem, with a user providing a model of dependencies among variables and the library traversing the model to produce relevant data sets.
http://finraos.github.io/DataGenerator
Apache License 2.0
161 stars 171 forks source link

Add SQL data type macros to dg-common #249

Open bryantrobbins opened 9 years ago

bryantrobbins commented 9 years ago

As a user, I want to generate data values based on SQL types (e.g., VARCHAR(255), BLOB, etc.). I should be able to use these types from any DG model as a macro.

Let's add macros for data types from Oracle and Postgres.

As with all other macros, this would generate only one value per use.

This is a separate feature from #248 and #247.

bryantrobbins commented 9 years ago

@leeny324 also looking into this.

bryantrobbins commented 8 years ago

Untagging from 2.2 as this is a bit broader.

247 does implement part of this.

bryantrobbins commented 8 years ago

Whatever does get implemented here needs to conform to what was done in #247.