Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 780 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 780 Bytes

teiid

Teiid is a data virtualization system that allows applications to use data from multiple, heterogenous data stores.

Useful Links

To build Teiid

Enter the following:

$ git clone https://github.com/<yourname>/teiid.git
$ cd teiid
$ mvn clean install -P release

you can find the deployment artifacts in the "teiid/build/target" directory once the build is completed.