Skip to content

Latest commit

 

History

History
42 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (19 loc) · 1.01 KB

teiid-druid

A project that contains a druid connection and a druid translator for JBoss Teiid. It provides a wrapper around Sql4Ddriver and Sql4DCompiler.

NOTE: This is still a work in progress and does not function correctly yet (contributions welcome 😄).

To Run

You also need to add

https://raw.githubusercontent.com/teiid/teiid/master/settings.xml

to

users\username.m2\

If you're using eclipse you also need to follow the instructions found here:

http://teiiddesigner.jboss.org/downloads.html

Licence

translator-druid and connector-druid is licenced as Apache License, Version 2.0

Sql4D is from which is also licenced as Apache License, Version 2.0

https://github.com/srikalyc/Sql4D

No significant changes have been made currently.

NOTE: Sql4D/sql4ddriver/.../PrettyPrint.java contains a code snippet modified from a publication here: http://stackoverflow.com/questions/11383070/pretty-print-2d-array-in-java . The text/code is licensed under Creative Commons-BY-SA 3.0.