Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any adhoc report builder libraries available in Java/ Groovy ? That generate SQL queries based on dimensions/measures selected [closed]

Ideally the library needs a detailing of what tables/columns/aggregation each dimension/measure map to. Then when given the list of selected ones it generates the SQL querie(s)

like image 370
Shantaram Avatar asked May 06 '12 05:05

Shantaram


1 Answers

Probably what you need is a generic layer to access the underlying analytical database, like OLAP4J which provide API layer to the underlying analytical databases.

like image 81
Daniel Baktiar Avatar answered Nov 02 '22 14:11

Daniel Baktiar