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 170 forks source link

Research: ANTLR SQL Grammars #195

Open mibrahim opened 9 years ago

mibrahim commented 9 years ago

Possible Apache licensed sources are: Apache Phoenix, Apache HIVE

bryantrobbins commented 9 years ago

Antlr is a parser generator, given a Grammar.

bryantrobbins commented 9 years ago

We should also check to see what others are doing.

bryantrobbins commented 8 years ago

Do we think this is going to make the 2.2 release? Leaving untagged for now.